org.exoplatform.services.log.impl
Class BufferedSimpleLog
java.lang.Object
org.exoplatform.services.log.impl.SimpleLogWrapper
org.exoplatform.services.log.impl.BufferedSimpleLog
- All Implemented Interfaces:
- org.apache.commons.logging.Log
public class BufferedSimpleLog
- extends SimpleLogWrapper
Created by The eXo Platform SAS.
Extends
org.apache.commons.logging.impl.SimpleLog adding the buffering feature.
- Version:
- $Id: BufferedSimpleLog.java 5332 2006-04-29 18:32:44Z geaz $
- Author:
- Gennady
Azarenkov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedSimpleLog
public BufferedSimpleLog(String name)
debug
public void debug(Object message)
- Specified by:
debug in interface org.apache.commons.logging.Log- Overrides:
debug in class SimpleLogWrapper
debug
public void debug(Object message,
Throwable t)
- Specified by:
debug in interface org.apache.commons.logging.Log- Overrides:
debug in class SimpleLogWrapper
info
public void info(Object message)
- Specified by:
info in interface org.apache.commons.logging.Log- Overrides:
info in class SimpleLogWrapper
info
public void info(Object message,
Throwable t)
- Specified by:
info in interface org.apache.commons.logging.Log- Overrides:
info in class SimpleLogWrapper
warn
public void warn(Object message)
- Specified by:
warn in interface org.apache.commons.logging.Log- Overrides:
warn in class SimpleLogWrapper
warn
public void warn(Object message,
Throwable t)
- Specified by:
warn in interface org.apache.commons.logging.Log- Overrides:
warn in class SimpleLogWrapper
error
public void error(Object message)
- Specified by:
error in interface org.apache.commons.logging.Log- Overrides:
error in class SimpleLogWrapper
error
public void error(Object message,
Throwable t)
- Specified by:
error in interface org.apache.commons.logging.Log- Overrides:
error in class SimpleLogWrapper
fatal
public void fatal(Object message)
- Specified by:
fatal in interface org.apache.commons.logging.Log- Overrides:
fatal in class SimpleLogWrapper
fatal
public void fatal(Object message,
Throwable t)
- Specified by:
fatal in interface org.apache.commons.logging.Log- Overrides:
fatal in class SimpleLogWrapper
Copyright © 2009 eXo Platform SAS. All Rights Reserved.