当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
LogImpl (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.log
Class LogImpl
java.lang.Object
   org.jboss.seam.log.LogImpl
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()
LogImpl
public LogImpl(Class clazz)
LogImpl
public LogImpl(String category)
isDebugEnabled
public boolean isDebugEnabled()
- 
- Specified by:
- isDebugEnabledin interface- Log
 
- 
 
isErrorEnabled
public boolean isErrorEnabled()
- 
- Specified by:
- isErrorEnabledin interface- Log
 
- 
 
isFatalEnabled
public boolean isFatalEnabled()
- 
- Specified by:
- isFatalEnabledin interface- Log
 
- 
 
isInfoEnabled
public boolean isInfoEnabled()
- 
- Specified by:
- isInfoEnabledin interface- Log
 
- 
 
isTraceEnabled
public boolean isTraceEnabled()
- 
- Specified by:
- isTraceEnabledin interface- Log
 
- 
 
isWarnEnabled
public boolean isWarnEnabled()
- 
- Specified by:
- isWarnEnabledin interface- Log
 
- 
 
trace
public void trace(Object object,
                  Object... params)
- 
- Specified by:
- tracein interface- Log
 
- 
 
trace
public void trace(Object object,
                  Throwable t,
                  Object... params)
- 
- Specified by:
- tracein interface- Log
 
- 
 
debug
public void debug(Object object,
                  Object... params)
- 
- Specified by:
- debugin interface- Log
 
- 
 
debug
public void debug(Object object,
                  Throwable t,
                  Object... params)
- 
- Specified by:
- debugin interface- Log
 
- 
 
info
public void info(Object object,
                 Object... params)
- 
- Specified by:
- infoin interface- Log
 
- 
 
info
public void info(Object object,
                 Throwable t,
                 Object... params)
- 
- Specified by:
- infoin interface- Log
 
- 
 
warn
public void warn(Object object,
                 Object... params)
- 
- Specified by:
- warnin interface- Log
 
- 
 
warn
public void warn(Object object,
                 Throwable t,
                 Object... params)
- 
- Specified by:
- warnin interface- Log
 
- 
 
error
public void error(Object object,
                  Object... params)
- 
- Specified by:
- errorin interface- Log
 
- 
 
error
public void error(Object object,
                  Throwable t,
                  Object... params)
- 
- Specified by:
- errorin interface- Log
 
- 
 
fatal
public void fatal(Object object,
                  Object... params)
- 
- Specified by:
- fatalin interface- Log
 
- 
 
fatal
public void fatal(Object object,
                  Throwable t,
                  Object... params)
- 
- Specified by:
- fatalin interface- Log
 
- 
 
readExternal
public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
- 
- Specified by:
- readExternalin interface- Externalizable
 
- 
- Throws:
- IOException
- ClassNotFoundException
 
writeExternal
public void writeExternal(ObjectOutput out)
                   throws IOException
- 
- Specified by:
- writeExternalin interface- Externalizable
 
- 
- Throws:
- IOException