org.apache.log.output
Class NullOutputLogTarget
java.lang.Object
|
+--org.apache.log.output.AbstractTarget
|
+--org.apache.log.output.AbstractOutputTarget
|
+--org.apache.log.output.NullOutputLogTarget
- All Implemented Interfaces:
- ErrorAware, LogTarget
- public class NullOutputLogTarget
- extends AbstractOutputTarget
A output target that does nothing. Useful for profiling.
- Author:
- Avalon Development Team, Peter Donald
Method Summary |
protected void |
write(String data)
Do nothing output method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullOutputLogTarget
public NullOutputLogTarget()
- Creation of a new null log target.
write
protected void write(String data)
- Do nothing output method.
- Overrides:
write
in class AbstractOutputTarget
- Parameters:
data
- the data to be output
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.