com.googlecode.jpattern.service.log
Class NullLogger
java.lang.Object
com.googlecode.jpattern.service.log.NullLogger
- All Implemented Interfaces:
- ILogger, Serializable
public class NullLogger
- extends Object
- implements ILogger
- Author:
- Francesco Cina'
21/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullLogger
public NullLogger()
debug
public void debug(String method,
String message)
- Specified by:
debug in interface ILogger
error
public void error(String method,
String message)
- Specified by:
error in interface ILogger
error
public void error(String method,
String message,
Exception exception)
- Specified by:
error in interface ILogger
info
public void info(String method,
String message)
- Specified by:
info in interface ILogger
trace
public void trace(String method,
String message)
- Specified by:
trace in interface ILogger
warn
public void warn(String method,
String message)
- Specified by:
warn in interface ILogger
Copyright © 2011. All Rights Reserved.