public class SystemLogger extends Object implements org.teasoft.bee.logging.Log
| Constructor and Description |
|---|
SystemLogger() |
SystemLogger(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String msg,
Throwable t) |
void |
error(String msg) |
void |
error(String msg,
Throwable t) |
void |
info(String msg) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(String msg) |
void |
warn(String msg) |
void |
warn(String msg,
Throwable t) |
public SystemLogger()
public SystemLogger(String className)
public boolean isTraceEnabled()
isTraceEnabled in interface org.teasoft.bee.logging.Logpublic void trace(String msg)
trace in interface org.teasoft.bee.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.teasoft.bee.logging.Logpublic void debug(String msg)
debug in interface org.teasoft.bee.logging.Logpublic void debug(String msg, Throwable t)
debug in interface org.teasoft.bee.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.teasoft.bee.logging.Logpublic void info(String msg)
info in interface org.teasoft.bee.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.teasoft.bee.logging.Logpublic void warn(String msg)
warn in interface org.teasoft.bee.logging.Logpublic void warn(String msg, Throwable t)
warn in interface org.teasoft.bee.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.teasoft.bee.logging.Logpublic void error(String msg)
error in interface org.teasoft.bee.logging.LogCopyright © 2024. All rights reserved.