Uses of Class
com.biglybt.core.logging.LogEvent
-
Packages that use LogEvent Package Description com.biglybt.core.logging com.biglybt.core.logging.impl com.biglybt.pifimpl.local.logging com.biglybt.ui.console com.biglybt.ui.console.commands com.biglybt.ui.swt.views -
-
Uses of LogEvent in com.biglybt.core.logging
Methods in com.biglybt.core.logging with parameters of type LogEvent Modifier and Type Method Description void
ILogEventListener. log(LogEvent event)
A LogEvent has been generated.static void
Logger. log(LogEvent event)
Log an eventstatic void
Logger. logTextResource(LogEvent event)
Log an event, loading text from out messagebundle.static void
Logger. logTextResource(LogEvent event, java.lang.String[] params)
-
Uses of LogEvent in com.biglybt.core.logging.impl
Methods in com.biglybt.core.logging.impl with parameters of type LogEvent Modifier and Type Method Description void
FileLogging. log(LogEvent event)
void
LoggerImpl. log(LogEvent event)
Log an eventvoid
LoggerImpl. logTextResource(LogEvent event)
void
LoggerImpl. logTextResource(LogEvent event, java.lang.String[] params)
boolean
FileLoggingAdapter. logToFile(LogEvent event, java.lang.StringBuffer lineOut)
Called when we are about to log an event to file. -
Uses of LogEvent in com.biglybt.pifimpl.local.logging
Methods in com.biglybt.pifimpl.local.logging with parameters of type LogEvent Modifier and Type Method Description boolean
LoggerImpl.PluginFileLoggerAdapater. logToFile(LogEvent event, java.lang.StringBuffer lineOut)
-
Uses of LogEvent in com.biglybt.ui.console
Fields in com.biglybt.ui.console with type parameters of type LogEvent Modifier and Type Field Description private java.util.List<LogEvent>
ConsoleInput. errorLogEvents
Methods in com.biglybt.ui.console that return types with arguments of type LogEvent Modifier and Type Method Description java.util.List<LogEvent>
ConsoleInput. getErrorLogEvents()
-
Uses of LogEvent in com.biglybt.ui.console.commands
Methods in com.biglybt.ui.console.commands with parameters of type LogEvent Modifier and Type Method Description void
TorrentLog. log(LogEvent event)
-
Uses of LogEvent in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type LogEvent Modifier and Type Field Description private java.util.LinkedList<LogEvent>
LoggerView. buffer
Methods in com.biglybt.ui.swt.views with parameters of type LogEvent Modifier and Type Method Description void
LoggerView. log(LogEvent event)
Constructor parameters in com.biglybt.ui.swt.views with type arguments of type LogEvent Constructor Description LoggerView(java.util.List<? extends LogEvent> initialList)
-