org.exoplatform.services.log.impl
Class BufferedLog4JLogger

java.lang.Object
  extended by org.apache.commons.logging.impl.Log4JLogger
      extended by org.exoplatform.services.log.impl.BufferedLog4JLogger
All Implemented Interfaces:
Serializable, org.apache.commons.logging.Log

public class BufferedLog4JLogger
extends org.apache.commons.logging.impl.Log4JLogger

Created by The eXo Platform SAS.
Buffered org.apache.commons.logging.impl.Log4JLogger.

Version:
$Id: BufferedLog4JLogger.java 5332 2006-04-29 18:32:44Z geaz $
Author:
Gennady Azarenkov
See Also:
Serialized Form

Constructor Summary
BufferedLog4JLogger(String name)
           
 
Method Summary
 void debug(Object message)
           
 void debug(Object message, Throwable t)
           
 void error(Object message)
           
 void error(Object message, Throwable t)
           
 void fatal(Object message)
           
 void fatal(Object message, Throwable t)
           
 void info(Object message)
           
 void info(Object message, Throwable t)
           
 void warn(Object message)
           
 void warn(Object message, Throwable t)
           
 
Methods inherited from class org.apache.commons.logging.impl.Log4JLogger
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
 

Constructor Detail

BufferedLog4JLogger

public BufferedLog4JLogger(String name)
Method Detail

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger

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.Log4JLogger


Copyright © 2009 eXo Platform SAS. All Rights Reserved.