org.exoplatform.services.log.impl
Class BufferedSimpleLog

java.lang.Object
  extended by org.exoplatform.services.log.impl.SimpleLogWrapper
      extended by 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

Field Summary
 
Fields inherited from class org.exoplatform.services.log.impl.SimpleLogWrapper
log
 
Constructor Summary
BufferedSimpleLog(java.lang.String name)
           
 
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 org.exoplatform.services.log.impl.SimpleLogWrapper
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
 

Constructor Detail

BufferedSimpleLog

public BufferedSimpleLog(java.lang.String name)
Method Detail

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 © 2010 eXo Platform SAS. All Rights Reserved.