org.exoplatform.services.log.impl
Class BufferedJdk14Logger

java.lang.Object
  extended by org.apache.commons.logging.impl.Jdk14Logger
      extended by org.exoplatform.services.log.impl.BufferedJdk14Logger
All Implemented Interfaces:
java.io.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

Field Summary
 
Fields inherited from class org.apache.commons.logging.impl.Jdk14Logger
logger, name
 
Constructor Summary
BufferedJdk14Logger(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.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
 

Constructor Detail

BufferedJdk14Logger

public BufferedJdk14Logger(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 org.apache.commons.logging.impl.Jdk14Logger

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 org.apache.commons.logging.impl.Jdk14Logger

info

public void info(java.lang.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(java.lang.Object message,
                 java.lang.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(java.lang.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(java.lang.Object message,
                 java.lang.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(java.lang.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(java.lang.Object message,
                  java.lang.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(java.lang.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(java.lang.Object message,
                  java.lang.Throwable t)
Specified by:
fatal in interface org.apache.commons.logging.Log
Overrides:
fatal in class org.apache.commons.logging.impl.Jdk14Logger


Copyright © 2010 eXo Platform SAS. All Rights Reserved.