- setBuilder(LoggerFactory.Builder) - Static method in class net.lenni0451.commons.logging.LoggerFactory
-
Set the global logger builder.
- Slf4jLogger - Class in net.lenni0451.commons.logging.impl
-
A logger implementation that uses the SLF4J logger.
- Slf4jLogger(String) - Constructor for class net.lenni0451.commons.logging.impl.Slf4jLogger
-
Create a new Slf4jLogger instance.
- Slf4jLogger(String, MessageFormat) - Constructor for class net.lenni0451.commons.logging.impl.Slf4jLogger
-
Create a new Slf4jLogger instance.
- Slf4jLogger(Class<?>) - Constructor for class net.lenni0451.commons.logging.impl.Slf4jLogger
-
Create a new Slf4jLogger instance.
- Slf4jLogger(Class<?>, MessageFormat) - Constructor for class net.lenni0451.commons.logging.impl.Slf4jLogger
-
Create a new Slf4jLogger instance.
- Slf4jLogger(Logger) - Constructor for class net.lenni0451.commons.logging.impl.Slf4jLogger
-
Create a new Slf4jLogger instance.
- Slf4jLogger(Logger, MessageFormat) - Constructor for class net.lenni0451.commons.logging.impl.Slf4jLogger
-
Create a new Slf4jLogger instance.
- split(Object[]) - Static method in interface net.lenni0451.commons.logging.MessageFormat
-
Split logging arguments into message arguments and throwable.
- STRING_FORMAT - Static variable in interface net.lenni0451.commons.logging.MessageFormat
-
- SysoutLogger - Class in net.lenni0451.commons.logging.impl
-
A Logger implementation that logs to the System.out or System.err stream.
- SysoutLogger(String, MessageFormat, SysoutLogger.OutStream, boolean) - Constructor for class net.lenni0451.commons.logging.impl.SysoutLogger
-
Create a new SysoutLogger instance.
- SysoutLogger.Builder - Class in net.lenni0451.commons.logging.impl
-
- SysoutLogger.OutStream - Enum in net.lenni0451.commons.logging.impl
-
The stream where the WARN messages should be printed to.
- SYSTEM_PROPERTY - Static variable in class net.lenni0451.commons.logging.LoggerFactory
-
The system property to set the global logger builder.