org.codehaus.cargo.util.log
Class NullLogger
java.lang.Object
org.codehaus.cargo.util.internal.log.AbstractLogger
org.codehaus.cargo.util.log.NullLogger
- All Implemented Interfaces:
- Logger
public class NullLogger
- extends AbstractLogger
Null implementation which does nothing with log messages.
- Version:
- $Id: NullLogger.java 1705 2008-09-02 13:14:55Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullLogger
public NullLogger()
doLog
protected void doLog(LogLevel level,
String message,
String category)
- Common method for all severity levels.
- Specified by:
doLog
in class AbstractLogger
- Parameters:
level
- the log level (aka severity) of the messagemessage
- the message to logcategory
- the log category- See Also:
AbstractLogger.doLog(LogLevel, String, String)
Copyright © 2004-2012 Codehaus. All Rights Reserved.