| org.jzonic.jlo.processor.LogProcessor
All known Subclasses: org.jzonic.jlo.processor.AbstractLogProcessor,
LogProcessor | public interface LogProcessor (Code) | | This interface defines all methods to process the log requests.
The concrete implementations will handle the physical logging.
author: Andreas Mecky author: Terry Dye |
flush | public void flush()(Code) | | This method should flush the entire content
|
getProcessorName | public String getProcessorName()(Code) | | This method returns the name of the logprocessor
|
processEvent | public void processEvent(LogGenerator lg, LogRecord lr)(Code) | | Parameters: lg - the LogGenerator that will format and then handle the request Parameters: lr - the LogRecord containing all informations that should be logged |
|
|