org.gudy.azureus2.core3.logging.impl
Class FileLoggingAdapter

java.lang.Object
  extended by org.gudy.azureus2.core3.logging.impl.FileLoggingAdapter

public class FileLoggingAdapter
extends Object

Listeners for FileLogging

Author:
TuxPaper

Constructor Summary
FileLoggingAdapter()
           
 
Method Summary
 boolean logToFile(LogEvent event, StringBuffer lineOut)
          Called when we are about to log an event to file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLoggingAdapter

public FileLoggingAdapter()
Method Detail

logToFile

public boolean logToFile(LogEvent event,
                         StringBuffer lineOut)
Called when we are about to log an event to file.

Parameters:
event - Event being logged to file
lineOut - line to be written to file (modifyable)
Returns:
true-ok to log to file; false-skip logging to file