org.ocpsoft.logging.slf4j
Class SLF4JLogAdapter
java.lang.Object
org.ocpsoft.logging.Logger
org.ocpsoft.logging.slf4j.SLF4JLogAdapter
public class SLF4JLogAdapter
- extends Logger
Log adapter that delegates log events to SLF4J
- Author:
- Christian Kaltepoth
| Methods inherited from class org.ocpsoft.logging.Logger |
debug, debug, debug, debug, debug, error, error, error, error, error, format, getLogger, getLogger, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLF4JLogAdapter
public SLF4JLogAdapter(String name)
log
protected void log(Logger.Level level,
String msg,
Throwable t)
- Specified by:
log in class Logger
isEnabled
protected boolean isEnabled(Logger.Level level)
- Specified by:
isEnabled in class Logger
Copyright © 2012 OCPsoft. All Rights Reserved.