org.exoplatform.services.log.impl
Class ExoLog
java.lang.Object
org.exoplatform.services.log.impl.ExoLog
- All Implemented Interfaces:
- org.apache.commons.logging.Log
public class ExoLog
- extends java.lang.Object
- implements org.apache.commons.logging.Log
Created by the Exo Development team. Author : Mestrallet Benjamin
benjmestrallet@users.sourceforge.net Date: 14 nov. 2003 Time: 21:47:20
|
Constructor Summary |
ExoLog(java.lang.String name,
int level)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FATAL
public static int FATAL
ERROR
public static int ERROR
WARN
public static int WARN
INFO
public static int INFO
DEBUG
public static int DEBUG
TRACE
public static int TRACE
LOG_BUFFER_SIZE
public static int LOG_BUFFER_SIZE
ERROR_BUFFER_SIZE
public static int ERROR_BUFFER_SIZE
ExoLog
public ExoLog(java.lang.String name,
int level)
getLogCategory
public java.lang.String getLogCategory()
getLevel
public int getLevel()
setLevel
public void setLevel(int level)
trace
public void trace(java.lang.Object message)
- Specified by:
trace in interface org.apache.commons.logging.Log
trace
public void trace(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
trace in interface org.apache.commons.logging.Log
debug
public void debug(java.lang.Object message)
- Specified by:
debug in interface org.apache.commons.logging.Log
debug
public void debug(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
debug in interface org.apache.commons.logging.Log
info
public void info(java.lang.Object message)
- Specified by:
info in interface org.apache.commons.logging.Log
info
public void info(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
info in interface org.apache.commons.logging.Log
warn
public void warn(java.lang.Object message)
- Specified by:
warn in interface org.apache.commons.logging.Log
warn
public void warn(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
warn in interface org.apache.commons.logging.Log
error
public void error(java.lang.Object message)
- Specified by:
error in interface org.apache.commons.logging.Log
error
public void error(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
error in interface org.apache.commons.logging.Log
fatal
public void fatal(java.lang.Object message)
- Specified by:
fatal in interface org.apache.commons.logging.Log
fatal
public void fatal(java.lang.Object message,
java.lang.Throwable t)
- Specified by:
fatal in interface org.apache.commons.logging.Log
isDebugEnabled
public final boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface org.apache.commons.logging.Log
isErrorEnabled
public final boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface org.apache.commons.logging.Log
isFatalEnabled
public final boolean isFatalEnabled()
- Specified by:
isFatalEnabled in interface org.apache.commons.logging.Log
isInfoEnabled
public final boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface org.apache.commons.logging.Log
isTraceEnabled
public final boolean isTraceEnabled()
- Specified by:
isTraceEnabled in interface org.apache.commons.logging.Log
isWarnEnabled
public final boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface org.apache.commons.logging.Log
getLogBuffer
public static java.util.List getLogBuffer()
getErrorBuffer
public static java.util.List getErrorBuffer()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.