| |
|
| java.lang.Object org.apache.log.output.lf5.LF5LogTarget
Constructor Summary | |
public | LF5LogTarget(LogBrokerMonitor monitor) Create a LogFactorLogTarget on a given LogBrokerMonitor . | public | LF5LogTarget() Create LogFactorLogTarget on the default LogBrokerMonitor . |
LF5LogTarget | public LF5LogTarget(LogBrokerMonitor monitor)(Code) | | Create a LogFactorLogTarget on a given LogBrokerMonitor .
Parameters: monitor - the monitor |
LF5LogTarget | public LF5LogTarget()(Code) | | Create LogFactorLogTarget on the default LogBrokerMonitor .
|
getDefaultMonitor | public static synchronized LogBrokerMonitor getDefaultMonitor()(Code) | | Get the default LogBrokerMonitor instance.
the monitor |
processEvent | public void processEvent(LogEvent event)(Code) | | Process a log event.
Parameters: event - the log event |
setNDCFormatter | public void setNDCFormatter(Formatter formatter)(Code) | | Sets the
Formatter that will be used to produce the "NDC" (nested diagnostic
context) text on the GUI.
Parameters: formatter - the message formatter |
|
|
|