Package ch.raffael.meldioc.logging.spi
Class JulAdapter
java.lang.Object
ch.raffael.meldioc.logging.spi.Adapter.Default
ch.raffael.meldioc.logging.spi.JulAdapter
- All Implemented Interfaces:
Adapter
public class JulAdapter extends Adapter.Default
Logging initializer for java.util.logging. Makes sure the JUL → SLF4J
bridge is not 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 Constructor Description JulAdapter() -
Method Summary
Modifier and Type Method Description java.util.Set<Adapter.InitFlag>initialize(Adapter.InitLogger initLogger)Perform the init.voidshutdown()Shutdown the logging system.Methods inherited from class ch.raffael.meldioc.logging.spi.Adapter.Default
backendClassNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JulAdapter
public JulAdapter()
-
-
Method Details