当前页面: 
在线文档首页 > 
JBoss Seam  1.1.5 API 英文版文档
Log4JProvider (JBoss Seam API Documentation) - JBoss Seam  1.1.5 API 英文版文档
org.jboss.seam.log
Class Log4JProvider
java.lang.Object
   org.jboss.seam.log.Log4JProvider
org.jboss.seam.log.Log4JProvider
- All Implemented Interfaces: 
- LogProvider
- public final class Log4JProvider 
- 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)
- 
- Specified by:
- debugin interface- LogProvider
 
- 
 
debug
public void debug(Object object,
                  Throwable t)
- 
- Specified by:
- debugin interface- LogProvider
 
- 
 
error
public void error(Object object)
- 
- Specified by:
- errorin interface- LogProvider
 
- 
 
error
public void error(Object object,
                  Throwable t)
- 
- Specified by:
- errorin interface- LogProvider
 
- 
 
fatal
public void fatal(Object object)
- 
- Specified by:
- fatalin interface- LogProvider
 
- 
 
fatal
public void fatal(Object object,
                  Throwable t)
- 
- Specified by:
- fatalin interface- LogProvider
 
- 
 
info
public void info(Object object)
- 
- Specified by:
- infoin interface- LogProvider
 
- 
 
info
public void info(Object object,
                 Throwable t)
- 
- Specified by:
- infoin interface- LogProvider
 
- 
 
isDebugEnabled
public boolean isDebugEnabled()
- 
- Specified by:
- isDebugEnabledin interface- LogProvider
 
- 
 
isErrorEnabled
public boolean isErrorEnabled()
- 
- Specified by:
- isErrorEnabledin interface- LogProvider
 
- 
 
isFatalEnabled
public boolean isFatalEnabled()
- 
- Specified by:
- isFatalEnabledin interface- LogProvider
 
- 
 
isInfoEnabled
public boolean isInfoEnabled()
- 
- Specified by:
- isInfoEnabledin interface- LogProvider
 
- 
 
isTraceEnabled
public boolean isTraceEnabled()
- 
- Specified by:
- isTraceEnabledin interface- LogProvider
 
- 
 
isWarnEnabled
public boolean isWarnEnabled()
- 
- Specified by:
- isWarnEnabledin interface- LogProvider
 
- 
 
trace
public void trace(Object object)
- 
- Specified by:
- tracein interface- LogProvider
 
- 
 
trace
public void trace(Object object,
                  Throwable t)
- 
- Specified by:
- tracein interface- LogProvider
 
- 
 
warn
public void warn(Object object)
- 
- Specified by:
- warnin interface- LogProvider
 
- 
 
warn
public void warn(Object object,
                 Throwable t)
- 
- Specified by:
- warnin interface- LogProvider
 
-