void |
Logger.debug(Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the DEBUG level with
the specified Marker.
|
void |
Logger.debug(Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the DEBUG level) with the
specified Marker and including the stack trace of the Throwable t passed as parameter.
|
void |
Logger.debug(MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the DEBUG level.
|
void |
Logger.debug(MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the DEBUG level) including the
stack trace of the Throwable t passed as parameter.
|
void |
Logger.error(Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the ERROR level with
the specified Marker.
|
void |
Logger.error(Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the ERROR level) with the
specified Marker and including the stack trace of the Throwable t passed as parameter.
|
void |
Logger.error(MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the ERROR level.
|
void |
Logger.error(MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the ERROR level) including the
stack trace of the Throwable t passed as parameter.
|
void |
Logger.fatal(Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the FATAL level with
the specified Marker.
|
void |
Logger.fatal(Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the FATAL level) with the
specified Marker and including the stack trace of the Throwable t passed as parameter.
|
void |
Logger.fatal(MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the FATAL level.
|
void |
Logger.fatal(MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the FATAL level) including the
stack trace of the Throwable t passed as parameter.
|
void |
Logger.info(Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the INFO level with the
specified Marker.
|
void |
Logger.info(Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the INFO level) with the
specified Marker and including the stack trace of the Throwable t passed as parameter.
|
void |
Logger.info(MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the INFO level.
|
void |
Logger.info(MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the INFO level) including the
stack trace of the Throwable t passed as parameter.
|
void |
Logger.log(Level level,
Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the specified level with the specified
Marker.
|
void |
Logger.log(Level level,
Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker and
including the stack log of the Throwable t passed as parameter.
|
void |
Logger.log(Level level,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the specified level) including the stack log of
the Throwable t passed as parameter.
|
void |
Logger.trace(Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the TRACE level with
the specified Marker.
|
void |
Logger.trace(Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the TRACE level) with the
specified Marker and including the stack trace of the Throwable t passed as parameter.
|
void |
Logger.trace(MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the TRACE level.
|
void |
Logger.trace(MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the TRACE level) including the
stack trace of the Throwable t passed as parameter.
|
void |
Logger.warn(Marker marker,
MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the WARN level with the
specified Marker.
|
void |
Logger.warn(Marker marker,
MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the WARN level) with the
specified Marker and including the stack warn of the Throwable t passed as parameter.
|
void |
Logger.warn(MessageSupplier msgSupplier) |
Logs a message which is only to be constructed if the logging level is the WARN level.
|
void |
Logger.warn(MessageSupplier msgSupplier,
Throwable t) |
Logs a message (only to be constructed if the logging level is the WARN level) including the
stack warn of the Throwable t passed as parameter.
|