Package ch.raffael.meldioc.logging.spi
Class Log4J2Adapter
java.lang.Object
ch.raffael.meldioc.logging.spi.Adapter.Default
ch.raffael.meldioc.logging.spi.Log4J2Adapter
- All Implemented Interfaces:
Adapter
Logging initializer for Log4j 2. It checks that the JUL → Log4J bridge
is configured. If it isn't, it prints a warning and instructions on how
to configure this correctly. If it is, it makes sure the JUL → SLF4J
bridge isn't installed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.raffael.meldioc.logging.spi.Adapter
Adapter.Default, Adapter.InitFlag, Adapter.InitLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninitialize(Adapter.InitLogger initLogger) Perform the init.voidshutdown()Shutdown the logging system.Methods inherited from class ch.raffael.meldioc.logging.spi.Adapter.Default
backendClassName
-
Constructor Details
-
Log4J2Adapter
public Log4J2Adapter()
-
-
Method Details