Package com.biglybt.core.logging.impl
Class FileLoggingAdapter
- java.lang.Object
-
- com.biglybt.core.logging.impl.FileLoggingAdapter
-
- Direct Known Subclasses:
LoggerImpl.PluginFileLoggerAdapater
public class FileLoggingAdapter extends java.lang.Object
Listeners for FileLogging
-
-
Constructor Summary
Constructors Constructor Description FileLoggingAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
logToFile(LogEvent event, java.lang.StringBuffer lineOut)
Called when we are about to log an event to file.
-
-
-
Method Detail
-
logToFile
public boolean logToFile(LogEvent event, java.lang.StringBuffer lineOut)
Called when we are about to log an event to file.- Parameters:
event
- Event being logged to filelineOut
- line to be written to file (modifyable)- Returns:
- true-ok to log to file; false-skip logging to file
-
-