当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
LogImpl (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.log
Class LogImpl
java.lang.Object
org.jboss.seam.log.LogImpl
- All Implemented Interfaces:
- Externalizable, Serializable, Log
public class LogImpl
- extends Object
- implements Log, Externalizable
Implementation of the Log interface using commons logging.
- Author:
- Gavin King
- See Also:
- Serialized Form
Method Summary |
void |
debug(Object object,
Object... params)
|
void |
debug(Object object,
Throwable t,
Object... params)
|
void |
error(Object object,
Object... params)
|
void |
error(Object object,
Throwable t,
Object... params)
|
void |
fatal(Object object,
Object... params)
|
void |
fatal(Object object,
Throwable t,
Object... params)
|
void |
info(Object object,
Object... params)
|
void |
info(Object object,
Throwable t,
Object... params)
|
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isFatalEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isTraceEnabled()
|
boolean |
isWarnEnabled()
|
void |
readExternal(ObjectInput in)
|
void |
trace(Object object,
Object... params)
|
void |
trace(Object object,
Throwable t,
Object... params)
|
void |
warn(Object object,
Object... params)
|
void |
warn(Object object,
Throwable t,
Object... params)
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogImpl
public LogImpl()
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Log
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface Log
isFatalEnabled
public boolean isFatalEnabled()
- Specified by:
isFatalEnabled
in interface Log
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface Log
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interface Log
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface Log
trace
public void trace(Object object,
Object... params)
- Specified by:
trace
in interface Log
trace
public void trace(Object object,
Throwable t,
Object... params)
- Specified by:
trace
in interface Log
debug
public void debug(Object object,
Object... params)
- Specified by:
debug
in interface Log
debug
public void debug(Object object,
Throwable t,
Object... params)
- Specified by:
debug
in interface Log
info
public void info(Object object,
Object... params)
- Specified by:
info
in interface Log
info
public void info(Object object,
Throwable t,
Object... params)
- Specified by:
info
in interface Log
warn
public void warn(Object object,
Object... params)
- Specified by:
warn
in interface Log
warn
public void warn(Object object,
Throwable t,
Object... params)
- Specified by:
warn
in interface Log
error
public void error(Object object,
Object... params)
- Specified by:
error
in interface Log
error
public void error(Object object,
Throwable t,
Object... params)
- Specified by:
error
in interface Log
fatal
public void fatal(Object object,
Object... params)
- Specified by:
fatal
in interface Log
fatal
public void fatal(Object object,
Throwable t,
Object... params)
- Specified by:
fatal
in interface Log
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException