Uses of Interface
com.biglybt.core.logging.ILogEventListener
-
Packages that use ILogEventListener Package Description com.biglybt.core.logging com.biglybt.core.logging.impl com.biglybt.ui.console.commands com.biglybt.ui.swt.views -
-
Uses of ILogEventListener in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type ILogEventListener Modifier and Type Method Description static void
Logger. addListener(ILogEventListener aListener)
Add a listener that's triggered when an event is logged.static void
Logger. removeListener(ILogEventListener aListener)
Remove a previously added log listener -
Uses of ILogEventListener in com.biglybt.core.logging.impl
Classes in com.biglybt.core.logging.impl that implement ILogEventListener Modifier and Type Class Description class
FileLogging
Log events to a file.Methods in com.biglybt.core.logging.impl with parameters of type ILogEventListener Modifier and Type Method Description void
LoggerImpl. addListener(ILogEventListener aListener)
void
LoggerImpl. removeListener(ILogEventListener aListener)
-
Uses of ILogEventListener in com.biglybt.ui.console.commands
Classes in com.biglybt.ui.console.commands that implement ILogEventListener Modifier and Type Class Description class
TorrentLog
-
Uses of ILogEventListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement ILogEventListener Modifier and Type Class Description class
LoggerView
-