com.googlecode.jpattern.service.log.slf4j
Class Slf4JLogger
java.lang.Object
com.googlecode.jpattern.service.log.slf4j.Slf4JLogger
- All Implemented Interfaces:
- ILogger, Serializable
public class Slf4JLogger
- extends Object
- implements ILogger
- Author:
- Francesco Cina'
4 Mar 2011
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slf4JLogger
public Slf4JLogger(Class<?> aClass)
trace
public void trace(String method,
String message)
- Specified by:
trace in interface ILogger
debug
public void debug(String method,
String message)
- Specified by:
debug in interface ILogger
info
public void info(String method,
String message)
- Specified by:
info in interface ILogger
warn
public void warn(String method,
String message)
- Specified by:
warn 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
Copyright © 2011. All Rights Reserved.