| |
|
| java.lang.Object org.jzonic.jlo.handler.AbstractHandler org.jzonic.jlo.handler.MockHandler
MockHandler | public MockHandler(String configurationName)(Code) | | |
clear | public void clear()(Code) | | |
publish | public void publish(LogRecord lr)(Code) | | This method takes a LogRecord and then
processes the request. It is called when no Formatter
it defined inside the Generator . The specific handler
is responsible for formatting the message itself.
Parameters: lr - The LogRecord that contains all informationsfor the logging-request |
publish | public void publish(String msg)(Code) | | This method takes a log-message as String
and processes this message. This method is called when
a Formatter is defined for a Generator .
Parameters: msg - The log-message |
setParameter | public void setParameter(Map parameters)(Code) | | This method takes a Hashtable with
parameters that are defined for a handler
Parameters: parameters - all parameters that are defined inside the generator block |
Methods inherited from org.jzonic.jlo.handler.AbstractHandler | public String getConfigurationName()(Code)(Java Doc)
|
|
|
|