Uses of Class
com.biglybt.core.logging.LogAlert
Packages that use LogAlert
Package
Description
-
Uses of LogAlert in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type LogAlertModifier and TypeMethodDescriptionvoid
ILogAlertListener.alertRaised
(LogAlert alert) An alert has been generatedstatic void
static void
Logger.logTextResource
(LogAlert alert) static void
Logger.logTextResource
(LogAlert alert, String[] params) -
Uses of LogAlert in com.biglybt.core.logging.impl
Methods in com.biglybt.core.logging.impl with parameters of type LogAlertModifier and TypeMethodDescriptionvoid
void
LoggerImpl.logTextResource
(LogAlert alert) void
LoggerImpl.logTextResource
(LogAlert alert, String[] params) -
Uses of LogAlert in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt with type parameters of type LogAlertModifier and TypeFieldDescriptionAlerts.alert_queue
alert queue is used at startup, prior to initialization to collect and incoming alerts and start them.Alerts.listUnviewedLogAlerts
Methods in com.biglybt.ui.swt that return types with arguments of type LogAlertMethods in com.biglybt.ui.swt with parameters of type LogAlertModifier and TypeMethodDescriptionvoid
Alerts.AlertHistoryListener.alertHistoryAdded
(LogAlert alert) void
Alerts.AlertHistoryListener.alertHistoryRemoved
(LogAlert alert) static void
Alerts.markAlertAsViewed
(LogAlert alert) protected static void
-
Uses of LogAlert in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as LogAlertMethods in com.biglybt.ui.swt.mainwindow with parameters of type LogAlertModifier and TypeMethodDescriptionprotected void
MainStatusBar.updateStatusWarnings
(LogAlert current_alert, boolean current_added) Constructors in com.biglybt.ui.swt.mainwindow with parameters of type LogAlertModifierConstructorDescriptionSystemWarningWindow
(LogAlert logAlert, org.eclipse.swt.graphics.Point ptBottomRight, org.eclipse.swt.widgets.Shell parent, int historyPosition)