org.exoplatform.services.log.impl
Class BufferedJdk14Logger
java.lang.Object
org.apache.commons.logging.impl.Jdk14Logger
org.exoplatform.services.log.impl.BufferedJdk14Logger
- All Implemented Interfaces:
- Serializable, org.apache.commons.logging.Log
public class BufferedJdk14Logger
- extends org.apache.commons.logging.impl.Jdk14Logger
Created by The eXo Platform SAS.
Buffered
org.apache.commons.logging.impl.Jdk14Logger.
- Version:
- $Id: BufferedJdk14Logger.java 5332 2006-04-29 18:32:44Z geaz $
- Author:
- Gennady
Azarenkov
- See Also:
- Serialized Form
| Fields inherited from class org.apache.commons.logging.impl.Jdk14Logger |
dummyLevel, logger, name |
| Methods inherited from class org.apache.commons.logging.impl.Jdk14Logger |
getLogger, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedJdk14Logger
public BufferedJdk14Logger(String name)
debug
public void debug(Object message)
- Specified by:
debug in interface org.apache.commons.logging.Log- Overrides:
debug in class org.apache.commons.logging.impl.Jdk14Logger
debug
public void debug(Object message,
Throwable t)
- Specified by:
debug in interface org.apache.commons.logging.Log- Overrides:
debug in class org.apache.commons.logging.impl.Jdk14Logger
info
public void info(Object message)
- Specified by:
info in interface org.apache.commons.logging.Log- Overrides:
info in class org.apache.commons.logging.impl.Jdk14Logger
info
public void info(Object message,
Throwable t)
- Specified by:
info in interface org.apache.commons.logging.Log- Overrides:
info in class org.apache.commons.logging.impl.Jdk14Logger
warn
public void warn(Object message)
- Specified by:
warn in interface org.apache.commons.logging.Log- Overrides:
warn in class org.apache.commons.logging.impl.Jdk14Logger
warn
public void warn(Object message,
Throwable t)
- Specified by:
warn in interface org.apache.commons.logging.Log- Overrides:
warn in class org.apache.commons.logging.impl.Jdk14Logger
error
public void error(Object message)
- Specified by:
error in interface org.apache.commons.logging.Log- Overrides:
error in class org.apache.commons.logging.impl.Jdk14Logger
error
public void error(Object message,
Throwable t)
- Specified by:
error in interface org.apache.commons.logging.Log- Overrides:
error in class org.apache.commons.logging.impl.Jdk14Logger
fatal
public void fatal(Object message)
- Specified by:
fatal in interface org.apache.commons.logging.Log- Overrides:
fatal in class org.apache.commons.logging.impl.Jdk14Logger
fatal
public void fatal(Object message,
Throwable t)
- Specified by:
fatal in interface org.apache.commons.logging.Log- Overrides:
fatal in class org.apache.commons.logging.impl.Jdk14Logger
Copyright © 2009 eXo Platform SAS. All Rights Reserved.