Skip navigation links
D E F G I L N O T U W 

D

debug() - Method in class org.fissore.slf4j.FluentLogger
Returns a LoggerAtLevel to log at the "debug" level, if logging at "debug" level is enabled.

E

error() - Method in class org.fissore.slf4j.FluentLogger
Returns a LoggerAtLevel to log at the "error" level, if logging at "error" level is enabled.
every(long, ChronoUnit) - Method in class org.fissore.slf4j.LoggerAtLevel
Configures this LoggerAtLevel to log at most every amount of time.
every(int) - Method in class org.fissore.slf4j.LoggerAtLevel
Configures this LoggerAtLevel to log at most every number of times For example, say we want to log at most every 5 times.

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 FluentLogger wrapping a Logger.
FluentLoggerFactory - Class in org.fissore.slf4j
The entry point for using slf4j-fluent.
FluentLoggerFactory() - Constructor for class org.fissore.slf4j.FluentLoggerFactory
 

G

getLogger(String) - Static method in class org.fissore.slf4j.FluentLoggerFactory
Creates a new FluentLogger associated with the given name.
getLogger(Class<?>) - Static method in class org.fissore.slf4j.FluentLoggerFactory
Creates a new FluentLogger associated with the given class.

I

info() - Method in class org.fissore.slf4j.FluentLogger
Returns a LoggerAtLevel to log at the "info" level, if logging at "info" level is enabled.

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, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
Logs a message with one param
log(String, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
Logs a message with two params
log(String, Object, Object, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
Logs a message with three params
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, Object) - Method in class org.fissore.slf4j.LoggerAtLevel
Logs a message with five params
log(String, Object...) - Method in class org.fissore.slf4j.LoggerAtLevel
Logs a message with varying number of params
log(String) - Method in class org.fissore.slf4j.NOOPLogger
 
log(String, Object) - Method in class org.fissore.slf4j.NOOPLogger
 
log(String, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
 
log(String, Object, Object, Object) - Method in class org.fissore.slf4j.NOOPLogger
 
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.NOOPLogger
 
log(String, 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, Throwable>, 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 https://www.slf4j.org/.

T

trace() - Method in class org.fissore.slf4j.FluentLogger
Returns a LoggerAtLevel to log at the "trace" level, if logging at "trace" level is enabled.

U

Util - Class in org.fissore.slf4j
 
Util() - Constructor for class org.fissore.slf4j.Util
 

W

warn() - Method in class org.fissore.slf4j.FluentLogger
Returns a LoggerAtLevel to log at the "warn" level, if logging at "warn" level is enabled.
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
 
D E F G I L N O T U W 
Skip navigation links

Copyright © 2019. All rights reserved.