Logger (SLF4J javadoc) (original) (raw)

Fields
Case-insensitive String constant used to retrieve the name of the root logger.

[atDebug](#atDebug%28%29)()
[atError](#atError%28%29)()
[atInfo](#atInfo%28%29)()
Entry point for fluent-logging for Level.INFO level.
[atTrace](#atTrace%28%29)()
[atWarn](#atWarn%28%29)()
Entry point for fluent-logging for Level.WARN level.
void
Log a message at the DEBUG level.
void
Log a message at the DEBUG level according to the specified format and argument.
void
Log a message at the DEBUG level according to the specified format and arguments.
void
Log a message at the DEBUG level according to the specified format and arguments.
void
Log an exception (throwable) at the DEBUG level with an accompanying message.
void
Log a message with the specific Marker at the DEBUG level.
void
This method is similar to debug(String, Object) method except that the marker data is also taken into consideration.
void
This method is similar to debug(String, Object...) method except that the marker data is also taken into consideration.
void
This method is similar to debug(String, Object, Object) method except that the marker data is also taken into consideration.
void
This method is similar to debug(String, Throwable) method except that the marker data is also taken into consideration.
void
Log a message at the ERROR level.
void
Log a message at the ERROR level according to the specified format and argument.
void
Log a message at the ERROR level according to the specified format and arguments.
void
Log a message at the ERROR level according to the specified format and arguments.
void
Log an exception (throwable) at the ERROR level with an accompanying message.
void
Log a message with the specific Marker at the ERROR level.
void
This method is similar to error(String, Object) method except that the marker data is also taken into consideration.
void
This method is similar to error(String, Object...) method except that the marker data is also taken into consideration.
void
This method is similar to error(String, Object, Object) method except that the marker data is also taken into consideration.
void
This method is similar to error(String, Throwable) method except that the marker data is also taken into consideration.
[getName](#getName%28%29)()
Return the name of this Logger instance.
void
Log a message at the INFO level.
void
Log a message at the INFO level according to the specified format and argument.
void
Log a message at the INFO level according to the specified format and arguments.
void
Log a message at the INFO level according to the specified format and arguments.
void
Log an exception (throwable) at the INFO level with an accompanying message.
void
Log a message with the specific Marker at the INFO level.
void
This method is similar to info(String, Object) method except that the marker data is also taken into consideration.
void
This method is similar to info(String, Object...) method except that the marker data is also taken into consideration.
void
This method is similar to info(String, Object, Object) method except that the marker data is also taken into consideration.
void
This method is similar to info(String, Throwable) method except that the marker data is also taken into consideration.
boolean
Is the logger instance enabled for the DEBUG level?
boolean
Similar to isDebugEnabled() method except that the marker data is also taken into account.
default boolean
Returns whether this Logger is enabled for a given Level.
boolean
Is the logger instance enabled for the ERROR level?
boolean
Similar to isErrorEnabled() method except that the marker data is also taken into consideration.
boolean
Is the logger instance enabled for the INFO level?
boolean
Similar to isInfoEnabled() method except that the marker data is also taken into consideration.
boolean
Is the logger instance enabled for the TRACE level?
boolean
Similar to isTraceEnabled() method except that the marker data is also taken into account.
boolean
Is the logger instance enabled for the WARN level?
boolean
Similar to isWarnEnabled() method except that the marker data is also taken into consideration.
void
Log a message at the TRACE level.
void
Log a message at the TRACE level according to the specified format and argument.
void
Log a message at the TRACE level according to the specified format and arguments.
void
Log a message at the TRACE level according to the specified format and arguments.
void
Log an exception (throwable) at the TRACE level with an accompanying message.
void
Log a message with the specific Marker at the TRACE level.
void
This method is similar to trace(String, Object) method except that the marker data is also taken into consideration.
void
This method is similar to trace(String, Object...) method except that the marker data is also taken into consideration.
void
This method is similar to trace(String, Object, Object) method except that the marker data is also taken into consideration.
void
This method is similar to trace(String, Throwable) method except that the marker data is also taken into consideration.
void
Log a message at the WARN level.
void
Log a message at the WARN level according to the specified format and argument.
void
Log a message at the WARN level according to the specified format and arguments.
void
Log a message at the WARN level according to the specified format and arguments.
void
Log an exception (throwable) at the WARN level with an accompanying message.
void
Log a message with the specific Marker at the WARN level.
void
This method is similar to warn(String, Object) method except that the marker data is also taken into consideration.
void
This method is similar to warn(String, Object...) method except that the marker data is also taken into consideration.
void
This method is similar to warn(String, Object, Object) method except that the marker data is also taken into consideration.
void
This method is similar to warn(String, Throwable) method except that the marker data is also taken into consideration.