| Constructor and Description |
|---|
CustomLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable error) |
void |
debug(Throwable error) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable error) |
void |
error(Throwable error) |
int |
getErrorCount() |
Throwable |
getFirstError() |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable error) |
void |
info(Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
setDebugEnabled(boolean enabled) |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable error) |
void |
warn(Throwable error) |
public boolean isDebugEnabled()
isDebugEnabled in interface Loggerpublic void setDebugEnabled(boolean enabled)
public void debug(CharSequence content)
public void debug(CharSequence content, Throwable error)
public boolean isInfoEnabled()
isInfoEnabled in interface Loggerpublic void info(CharSequence content)
public void info(CharSequence content, Throwable error)
public boolean isWarnEnabled()
isWarnEnabled in interface Loggerpublic void warn(CharSequence content)
public void warn(CharSequence content, Throwable error)
public boolean isErrorEnabled()
isErrorEnabled in interface Loggerpublic void error(CharSequence content)
public void error(CharSequence content, Throwable error)
public int getErrorCount()
getErrorCount in interface Loggerpublic Throwable getFirstError()
getFirstError in interface LoggerCopyright © 2014 JBoss by Red Hat. All Rights Reserved.