com.googlecode.jpattern.service.log
Class Logger
java.lang.Object
com.googlecode.jpattern.service.log.Logger
- All Implemented Interfaces:
- ILogger, Serializable
public class Logger
- extends Object
- implements ILogger
- Author:
- Francesco Cina'
09/apr/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Logger
public Logger(String className,
TraceEvent trace,
DebugEvent debug,
InfoEvent info,
WarnEvent warn,
ErrorEvent error)
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.