D E F G I L N O T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- debug() - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevelto log at the "debug" level, if logging at "debug" level is enabled. - debug(Marker) - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevel, configured with the givenMarker, to log at the "debug" level, if logging at "debug" level is enabled also considering the givenMarker.
E
- error() - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevelto log at the "error" level, if logging at "error" level is enabled. - error(Marker) - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevel, configured with the givenMarker, to log at the "error" level, if logging at "error" level is enabled also considering the givenMarker. - every(int) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Configures this
LoggerAtLevelto log at most every number of times - every(long, ChronoUnit) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Configures this
LoggerAtLevelto log at most every amount of time.
F
- FluentLogger - Class in org.fissore.slf4j
-
FluentLogger is what we use to start logging at different levels.
- FluentLogger(Logger) - Constructor for class org.fissore.slf4j.FluentLogger
-
Creates a new
FluentLoggerwrapping aLogger. - FluentLoggerFactory - Class in org.fissore.slf4j
-
The entry point for using slf4j-fluent.
- FluentLoggerFactory() - Constructor for class org.fissore.slf4j.FluentLoggerFactory
G
- getLogger(Class<?>) - Static method in class org.fissore.slf4j.FluentLoggerFactory
-
Creates a new
FluentLoggerassociated with the given class. - getLogger(String) - Static method in class org.fissore.slf4j.FluentLoggerFactory
-
Creates a new
FluentLoggerassociated with the given name.
I
- info() - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevelto log at the "info" level, if logging at "info" level is enabled. - info(Marker) - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevel, configured with the givenMarker, to log at the "info" level, if logging at "info" level is enabled also considering the givenMarker.
L
- lazy(Supplier<?>) - Static method in class org.fissore.slf4j.Util
-
Casts a lambda to a Supplier.
- log(String) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with no params
- log(String) - Method in class org.fissore.slf4j.NOOPLogger
- log(String, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with one param
- log(String, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(String, Object...) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with varying number of params
- log(String, Object...) - Method in class org.fissore.slf4j.NOOPLogger
- log(String, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with two params
- log(String, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(String, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with three params
- log(String, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(String, Object, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with four params
- log(String, Object, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(String, Object, Object, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with five params
- log(String, Object, Object, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with no params
- log(Supplier<String>) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with one param
- log(Supplier<String>, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>, Object...) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with varying number of params
- log(Supplier<String>, Object...) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with two params
- log(Supplier<String>, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with three params
- log(Supplier<String>, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>, Object, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with four params
- log(Supplier<String>, Object, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- log(Supplier<String>, Object, Object, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Logs a message with five params
- log(Supplier<String>, Object, Object, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
- LoggerAtLevel - Class in org.fissore.slf4j
-
This is where the fluent API of slf4j-fluent is implemented.
- LoggerAtLevel(BiConsumer<String, Object[]>, TriConsumer<Marker, String, Object[]>, boolean, Logger, int) - Constructor for class org.fissore.slf4j.LoggerAtLevel
N
- NOOPLogger - Class in org.fissore.slf4j
-
A no-op logger is a logger that does nothing.
- NOOPLogger() - Constructor for class org.fissore.slf4j.NOOPLogger
O
- org.fissore.slf4j - package org.fissore.slf4j
-
slf4j-fluent provides a fluent API for SLF4J
T
- trace() - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevelto log at the "trace" level, if logging at "trace" level is enabled. - trace(Marker) - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevel, configured with the givenMarker, to log at the "trace" level, if logging at "trace" level is enabled also considering the givenMarker.
U
- Util - Class in org.fissore.slf4j
W
- warn() - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevelto log at the "warn" level, if logging at "warn" level is enabled. - warn(Marker) - Method in class org.fissore.slf4j.FluentLogger
-
Returns a
LoggerAtLevel, configured with the givenMarker, to log at the "warn" level, if logging at "warn" level is enabled also considering the givenMarker. - withCause(Throwable) - Method in class org.fissore.slf4j.LoggerAtLevel
-
Associates an exception to this log entry.
- withCause(Throwable) - Method in class org.fissore.slf4j.NOOPLogger
- withMarker(Marker) - Method in class org.fissore.slf4j.LoggerAtLevel
All Classes All Packages