void |
Logger.debug(String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the DEBUG level.
|
void |
Logger.debug(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the DEBUG level.
|
void |
Logger.debug(Marker marker,
Supplier<?> 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,
Supplier<?> 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(Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the DEBUG level.
|
void |
Logger.debug(Supplier<?> 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(String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the ERROR level.
|
void |
Logger.error(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the ERROR level.
|
void |
Logger.error(Marker marker,
Supplier<?> 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,
Supplier<?> 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(Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the ERROR level.
|
void |
Logger.error(Supplier<?> 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(String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the FATAL level.
|
void |
Logger.fatal(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the FATAL level.
|
void |
Logger.fatal(Marker marker,
Supplier<?> 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,
Supplier<?> 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(Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the FATAL level.
|
void |
Logger.fatal(Supplier<?> 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(String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the INFO level.
|
void |
Logger.info(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the INFO level.
|
void |
Logger.info(Marker marker,
Supplier<?> 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,
Supplier<?> 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(Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the INFO level.
|
void |
Logger.info(Supplier<?> 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,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
Marker marker,
Supplier<?> msgSupplier) |
Logs a message (only to be constructed if the logging level is the specified level) with the specified Marker.
|
void |
Logger.log(Level level,
Marker marker,
Supplier<?> 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,
Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the specified level.
|
void |
Logger.log(Level level,
Supplier<?> 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(String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the TRACE level.
|
void |
Logger.trace(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the TRACE level.
|
void |
Logger.trace(Marker marker,
Supplier<?> 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,
Supplier<?> 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(Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the TRACE level.
|
void |
Logger.trace(Supplier<?> 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.
|
EntryMessage |
Logger.traceEntry(String format,
Supplier<?>... paramSuppliers) |
Logs entry to a method along with its parameters.
|
EntryMessage |
Logger.traceEntry(Supplier<?>... paramSuppliers) |
Logs entry to a method along with its parameters.
|
void |
Logger.warn(String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the WARN level.
|
void |
Logger.warn(Marker marker,
String message,
Supplier<?>... paramSuppliers) |
Logs a message with parameters which are only to be constructed if the logging level is the WARN level.
|
void |
Logger.warn(Marker marker,
Supplier<?> 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,
Supplier<?> 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(Supplier<?> msgSupplier) |
Logs a message which is only to be constructed if the logging level is the WARN level.
|
void |
Logger.warn(Supplier<?> 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.
|