Class LoggerImpl.PluginFileLoggerAdapater

java.lang.Object
com.biglybt.core.logging.impl.FileLoggingAdapter
com.biglybt.pifimpl.local.logging.LoggerImpl.PluginFileLoggerAdapater
Enclosing class:
LoggerImpl

private static class LoggerImpl.PluginFileLoggerAdapater extends FileLoggingAdapter
  • Field Details

  • Constructor Details

  • Method Details

    • logToFile

      public boolean logToFile(LogEvent event, StringBuffer lineOut)
      Description copied from class: FileLoggingAdapter
      Called when we are about to log an event to file.
      Overrides:
      logToFile in class FileLoggingAdapter
      Parameters:
      event - Event being logged to file
      lineOut - line to be written to file (modifiable)
      Returns:
      true-ok to log to file; false-skip logging to file