Index
All Classes and Interfaces|All Packages
A
- Adapter - Interface in ch.raffael.meldioc.logging.spi
-
An initializer that does some initialisation, checks and logging specific to the SLF4J backend in use.
- Adapter.Default - Class in ch.raffael.meldioc.logging.spi
- Adapter.InitFlag - Enum Class in ch.raffael.meldioc.logging.spi
- Adapter.InitLogger - Interface in ch.raffael.meldioc.logging.spi
B
- backendClassName() - Method in interface ch.raffael.meldioc.logging.spi.Adapter
-
The classname of the backend this class can handle.
- backendClassName() - Method in class ch.raffael.meldioc.logging.spi.Adapter.Default
C
- ch.raffael.meldioc.logging - package ch.raffael.meldioc.logging
- ch.raffael.meldioc.logging.spi - package ch.raffael.meldioc.logging.spi
D
- Default(String) - Constructor for class ch.raffael.meldioc.logging.spi.Adapter.Default
I
- init() - Static method in class ch.raffael.meldioc.logging.Logging
-
Does nothing as logging will be initialized whenever this class is loaded.
- initialize(Adapter.InitLogger) - Method in interface ch.raffael.meldioc.logging.spi.Adapter
-
Perform the init.
- initialize(Adapter.InitLogger) - Method in class ch.raffael.meldioc.logging.spi.JulAdapter
- initialize(Adapter.InitLogger) - Method in class ch.raffael.meldioc.logging.spi.Log4J2Adapter
J
- JulAdapter - Class in ch.raffael.meldioc.logging.spi
-
Logging initializer for java.util.logging.
- JulAdapter() - Constructor for class ch.raffael.meldioc.logging.spi.JulAdapter
L
- Log4J2Adapter - Class in ch.raffael.meldioc.logging.spi
-
Logging initializer for Log4j 2.
- Log4J2Adapter() - Constructor for class ch.raffael.meldioc.logging.spi.Log4J2Adapter
- logger() - Static method in class ch.raffael.meldioc.logging.Logging
-
Create a new logger for the caller class as of
logger(Class). - logger(Class<?>) - Static method in class ch.raffael.meldioc.logging.Logging
-
Creates a new logger for the given class.
- logger(String) - Static method in class ch.raffael.meldioc.logging.Logging
- Logging - Class in ch.raffael.meldioc.logging
-
An front-end to SLF4J's
LoggerFactory.
S
- shutdown() - Static method in class ch.raffael.meldioc.logging.Logging
- shutdown() - Method in interface ch.raffael.meldioc.logging.spi.Adapter
-
Shutdown the logging system.
- shutdown() - Method in class ch.raffael.meldioc.logging.spi.JulAdapter
- shutdown() - Method in class ch.raffael.meldioc.logging.spi.Log4J2Adapter
- SKIP_JUL_TO_SLF4J_BRIDGE - Enum constant in enum class ch.raffael.meldioc.logging.spi.Adapter.InitFlag
-
Do not install the java.util.logging → SLF4J bridge.
V
- valueOf(String) - Static method in enum class ch.raffael.meldioc.logging.spi.Adapter.InitFlag
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ch.raffael.meldioc.logging.spi.Adapter.InitFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- warn(String) - Method in interface ch.raffael.meldioc.logging.spi.Adapter.InitLogger
All Classes and Interfaces|All Packages