Class FileLoggerAdapter


  • public class FileLoggerAdapter
    extends java.lang.Object
    Listener(s) for FileLogging
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean logToFile​(java.lang.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

      • FileLoggerAdapter

        public FileLoggerAdapter()
    • Method Detail

      • logToFile

        public boolean logToFile​(java.lang.StringBuffer lineOut)
        Called when we are about to log an event to file.
        Parameters:
        lineOut - line to be written to file (modifyable)
        Returns:
        true-ok to log to file; false-skip logging to file