Interface Logger.LoggerTarget

All Known Implementing Classes:
Logger.FilenameLoggerTarget, Logger.WriterLoggerTarget
Enclosing class:
Logger

public static interface Logger.LoggerTarget

This interface must be implemented by any class that expects to be called by the Logger class to log entries to a target (XML DOM, file, Writer, ServletContext, etc.)


Method Summary
 void log(Logger.Entry entry)
          Log the log entry.
 

Method Detail

log

public void log(Logger.Entry entry)
         throws java.lang.Exception
Log the log entry.
Parameters:
entry - The log entry to record somewhere.
Returns:
None.
Throws:
Exceptions - java.lang.Exception