public class Jdk14LoggingImpl extends Object implements org.teasoft.bee.logging.Log
| Constructor and Description |
|---|
Jdk14LoggingImpl(String loggerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String msg,
Throwable e) |
void |
error(String msg) |
void |
error(String msg,
Throwable e) |
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 e) |
public Jdk14LoggingImpl(String loggerName)
public boolean isDebugEnabled()
isDebugEnabled in interface org.teasoft.bee.logging.Logpublic void error(String msg, Throwable e)
error in interface org.teasoft.bee.logging.Logpublic void error(String msg)
error in interface org.teasoft.bee.logging.Logpublic void debug(String msg)
debug in interface org.teasoft.bee.logging.Logpublic void debug(String msg, Throwable e)
debug in interface org.teasoft.bee.logging.Logpublic void warn(String msg)
warn in interface org.teasoft.bee.logging.Logpublic void warn(String msg, Throwable e)
warn in interface org.teasoft.bee.logging.Logpublic void info(String msg)
info in interface org.teasoft.bee.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.teasoft.bee.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.teasoft.bee.logging.Logpublic boolean isTraceEnabled()
isTraceEnabled in interface org.teasoft.bee.logging.Logpublic void trace(String msg)
trace in interface org.teasoft.bee.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.teasoft.bee.logging.LogCopyright © 2024. All rights reserved.