org.apache.log.output
Class NullOutputLogTarget
- ErrorAware, LogTarget
public class NullOutputLogTarget
A output target that does nothing. Useful for profiling.
- Avalon Development Team
- Peter Donald
protected void | write(String data) - Do nothing output method.
|
NullOutputLogTarget
public NullOutputLogTarget()
Creation of a new null log target.
write
protected void write(String data)
Do nothing output method.
- write in interface AbstractOutputTarget
data
- the data to be output
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."