| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg)
Log a message at the DEBUG level.
|
void |
debug(String msg,
Throwable t)
Log an exception (
Throwable) at the DEBUG level with an accompanying message. |
void |
error(String msg)
Log a message at the ERROR level.
|
void |
error(String msg,
Throwable t)
Log an exception (
Throwable) at the ERROR level with an accompanying message. |
void |
fatal(String msg)
Log a message at the WARN level.
|
void |
fatal(String msg,
Throwable t)
Log an exception (
Throwable) at the WARN level with an accompanying message. |
void |
info(String msg)
Log a message at the INFO level.
|
void |
info(String msg,
Throwable t)
Log an exception (
Throwable) at the INFO level with an accompanying message. |
boolean |
isDebugEnabled()
Is the logger instance enabled for the DEBUG level?
|
boolean |
isErrorEnabled()
Is the logger instance enabled for the ERROR level?
|
boolean |
isFatalEnabled()
Is the logger instance enabled for the FATAL level?
|
boolean |
isInfoEnabled()
Is the logger instance enabled for the INFO level?
|
boolean |
isWarnEnabled()
Is the logger instance enabled for the WARN level?
|
void |
warn(String msg)
Log a message at the WARN level.
|
void |
warn(String msg,
Throwable t)
Log an exception (
Throwable) at the WARN level with an accompanying message. |
public JDKLogger(Logger logger)
public void debug(String msg)
Loggerpublic void debug(String msg, Throwable t)
LoggerThrowable) at the DEBUG level with an accompanying message.public void info(String msg)
Loggerpublic void info(String msg, Throwable t)
LoggerThrowable) at the INFO level with an accompanying message.public void warn(String msg)
Loggerpublic void warn(String msg, Throwable t)
LoggerThrowable) at the WARN level with an accompanying message.public void fatal(String msg)
Loggerpublic void fatal(String msg, Throwable t)
LoggerThrowable) at the WARN level with an accompanying message.public void error(String msg)
Loggerpublic void error(String msg, Throwable t)
LoggerThrowable) at the ERROR level with an accompanying message.public boolean isDebugEnabled()
LoggerisDebugEnabled in interface Loggerpublic boolean isInfoEnabled()
LoggerisInfoEnabled in interface Loggerpublic boolean isWarnEnabled()
LoggerisWarnEnabled in interface Loggerpublic boolean isFatalEnabled()
LoggerisFatalEnabled in interface Loggerpublic boolean isErrorEnabled()
LoggerisErrorEnabled in interface LoggerCopyright © 2019 The Apache Software Foundation. All rights reserved.