| 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) |
void |
info(String msg,
Throwable throwable) |
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(Object msg,
Throwable throwable) |
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 © 2015 JBoss, a division of Red Hat. All rights reserved.