Package org.radeox.util.logging
Class NullLogger
- java.lang.Object
-
- org.radeox.util.logging.NullLogger
-
- All Implemented Interfaces:
LogHandler
public class NullLogger extends Object implements LogHandler
Concrete Logger that does not log- Version:
- $Id$
- Author:
- stephan
-
-
Constructor Summary
Constructors Constructor Description NullLogger()
-
-
-
Method Detail
-
log
public void log(String output)
- Specified by:
login interfaceLogHandler
-
log
public void log(String output, Throwable e)
- Specified by:
login interfaceLogHandler
-
-