| Constructor and Description |
|---|
Log4JLogImpl(Class<?> category) |
Log4JLogImpl(String category) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String msg,
Throwable throwable) |
void |
error(String msg) |
void |
error(String msg,
Throwable throwable) |
void |
fatal(String msg) |
void |
fatal(String msg,
Throwable throwable) |
String |
getLevel() |
void |
info(String msg) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
setLevel(String level)
Sets the level of a logger.
|
void |
trace(Object msg) |
void |
trace(String msg) |
void |
trace(String msg,
Throwable throwable) |
void |
warn(String msg) |
void |
warn(String msg,
Throwable throwable) |
public Log4JLogImpl(String category)
public Log4JLogImpl(Class<?> category)
public boolean isFatalEnabled()
isFatalEnabled in interface Logpublic boolean isErrorEnabled()
isErrorEnabled in interface Logpublic boolean isWarnEnabled()
isWarnEnabled in interface Logpublic boolean isInfoEnabled()
isInfoEnabled in interface Logpublic boolean isDebugEnabled()
isDebugEnabled in interface Logpublic boolean isTraceEnabled()
isTraceEnabled in interface LogCopyright © 2012 JBoss by Red Hat. All Rights Reserved.