org.tinygroup.jspengine.org.apache.commons.logging.impl
类 StdErrLog

java.lang.Object
  继承者 org.tinygroup.jspengine.org.apache.commons.logging.impl.StdErrLog
所有已实现的接口:
Log

public class StdErrLog
extends Object
implements Log

Log Bridges the com.sun.org.apache.commons.logging.Log to std err.


构造方法摘要
StdErrLog(String name)
           
 
方法摘要
 void debug(Object message)
           
 void debug(Object message, Throwable t)
           
 void error(Object message)
           
 void error(Object message, Throwable cause)
           
 void fatal(Object message)
           
 void fatal(Object message, Throwable t)
           
 void info(Object message)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isTraceEnabled()
           
 boolean isWarnEnabled()
           
 void trace(Object message)
           
 void warn(Object message)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StdErrLog

public StdErrLog(String name)
方法详细信息

fatal

public void fatal(Object message)
指定者:
接口 Log 中的 fatal

fatal

public void fatal(Object message,
                  Throwable t)
指定者:
接口 Log 中的 fatal

debug

public void debug(Object message)
指定者:
接口 Log 中的 debug

debug

public void debug(Object message,
                  Throwable t)
指定者:
接口 Log 中的 debug

trace

public void trace(Object message)
指定者:
接口 Log 中的 trace

info

public void info(Object message)
指定者:
接口 Log 中的 info

error

public void error(Object message)
指定者:
接口 Log 中的 error

error

public void error(Object message,
                  Throwable cause)
指定者:
接口 Log 中的 error

warn

public void warn(Object message)
指定者:
接口 Log 中的 warn

isDebugEnabled

public boolean isDebugEnabled()
指定者:
接口 Log 中的 isDebugEnabled

isWarnEnabled

public boolean isWarnEnabled()
指定者:
接口 Log 中的 isWarnEnabled

isInfoEnabled

public boolean isInfoEnabled()
指定者:
接口 Log 中的 isInfoEnabled

isErrorEnabled

public boolean isErrorEnabled()
指定者:
接口 Log 中的 isErrorEnabled

isTraceEnabled

public boolean isTraceEnabled()
指定者:
接口 Log 中的 isTraceEnabled


Copyright © 2006–2014 开源组织. All rights reserved.