|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log.output.AbstractTarget org.apache.log.output.AbstractOutputTarget org.apache.log.output.NullOutputLogTarget
A output target that does nothing. Useful for profiling.
Constructor Summary | |
NullOutputLogTarget()
Creation of a new null log target. |
Method Summary | |
protected void |
write(java.lang.String data)
Do nothing output method. |
Methods inherited from class org.apache.log.output.AbstractOutputTarget |
close, doProcessEvent, getFormatter, open |
Methods inherited from class org.apache.log.output.AbstractTarget |
getErrorHandler, isOpen, processEvent, setErrorHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullOutputLogTarget()
Method Detail |
protected void write(java.lang.String data)
write
in class AbstractOutputTarget
data
- the data to be output
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |