public class LoggerSlf4jImpl extends Object implements top.infra.maven.logging.Logger
| Constructor and Description |
|---|
LoggerSlf4jImpl(org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable throwable) |
void |
error(String message) |
void |
error(String message,
Throwable throwable) |
void |
info(String message) |
void |
info(String message,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(String message) |
void |
warn(String message,
Throwable throwable) |
public void debug(String message)
debug in interface top.infra.maven.logging.Loggerpublic void debug(String message, Throwable throwable)
debug in interface top.infra.maven.logging.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface top.infra.maven.logging.Loggerpublic void info(String message)
info in interface top.infra.maven.logging.Loggerpublic void info(String message, Throwable throwable)
info in interface top.infra.maven.logging.Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface top.infra.maven.logging.Loggerpublic void warn(String message)
warn in interface top.infra.maven.logging.Loggerpublic void warn(String message, Throwable throwable)
warn in interface top.infra.maven.logging.Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface top.infra.maven.logging.Loggerpublic void error(String message)
error in interface top.infra.maven.logging.Loggerpublic void error(String message, Throwable throwable)
error in interface top.infra.maven.logging.Loggerpublic boolean isErrorEnabled()
isErrorEnabled in interface top.infra.maven.logging.LoggerCopyright © 2019. All rights reserved.