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.
| 从类 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.