当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
JDKProvider (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.log
Class JDKProvider
java.lang.Object
org.jboss.seam.log.JDKProvider
- All Implemented Interfaces:
- LogProvider
public class JDKProvider
- extends Object
- implements LogProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public void debug(Object object,
Throwable t)
- Specified by:
debug
in interface LogProvider
debug
public void debug(Object object)
- Specified by:
debug
in interface LogProvider
error
public void error(Object object,
Throwable t)
- Specified by:
error
in interface LogProvider
error
public void error(Object object)
- Specified by:
error
in interface LogProvider
fatal
public void fatal(Object object,
Throwable t)
- Specified by:
fatal
in interface LogProvider
fatal
public void fatal(Object object)
- Specified by:
fatal
in interface LogProvider
info
public void info(Object object,
Throwable t)
- Specified by:
info
in interface LogProvider
info
public void info(Object object)
- Specified by:
info
in interface LogProvider
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface LogProvider
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface LogProvider
isFatalEnabled
public boolean isFatalEnabled()
- Specified by:
isFatalEnabled
in interface LogProvider
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface LogProvider
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interface LogProvider
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface LogProvider
trace
public void trace(Object object,
Throwable t)
- Specified by:
trace
in interface LogProvider
trace
public void trace(Object object)
- Specified by:
trace
in interface LogProvider
warn
public void warn(Object object,
Throwable t)
- Specified by:
warn
in interface LogProvider
warn
public void warn(Object object)
- Specified by:
warn
in interface LogProvider