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
|
Method Summary |
void |
debug(java.lang.Object message)
|
void |
debug(java.lang.Object message,
java.lang.Throwable t)
|
void |
error(java.lang.Object message)
|
void |
error(java.lang.Object message,
java.lang.Throwable t)
|
void |
fatal(java.lang.Object message)
|
void |
fatal(java.lang.Object message,
java.lang.Throwable t)
|
void |
info(java.lang.Object message)
|
void |
info(java.lang.Object message,
java.lang.Throwable t)
|
void |
warn(java.lang.Object message)
|
void |
warn(java.lang.Object message,
java.lang.Throwable t)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedSimpleLog
public BufferedSimpleLog(java.lang.String name)
debug
public void debug(java.lang.Object message)
- Specified by:
debug in interface org.apache.commons.logging.Log- Overrides:
debug in class SimpleLogWrapper
debug
public void debug(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
debug in interface org.apache.commons.logging.Log- Overrides:
debug in class SimpleLogWrapper
info
public void info(java.lang.Object message)
- Specified by:
info in interface org.apache.commons.logging.Log- Overrides:
info in class SimpleLogWrapper
info
public void info(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
info in interface org.apache.commons.logging.Log- Overrides:
info in class SimpleLogWrapper
warn
public void warn(java.lang.Object message)
- Specified by:
warn in interface org.apache.commons.logging.Log- Overrides:
warn in class SimpleLogWrapper
warn
public void warn(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
warn in interface org.apache.commons.logging.Log- Overrides:
warn in class SimpleLogWrapper
error
public void error(java.lang.Object message)
- Specified by:
error in interface org.apache.commons.logging.Log- Overrides:
error in class SimpleLogWrapper
error
public void error(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
error in interface org.apache.commons.logging.Log- Overrides:
error in class SimpleLogWrapper
fatal
public void fatal(java.lang.Object message)
- Specified by:
fatal in interface org.apache.commons.logging.Log- Overrides:
fatal in class SimpleLogWrapper
fatal
public void fatal(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
fatal in interface org.apache.commons.logging.Log- Overrides:
fatal in class SimpleLogWrapper
Copyright © 2012 eXo Platform SAS. All Rights Reserved.