Package ch.raffael.meldioc.logging.spi
Class Adapter.Default
java.lang.Object
ch.raffael.meldioc.logging.spi.Adapter.Default
- All Implemented Interfaces:
Adapter
- Direct Known Subclasses:
JulAdapter,Log4J2Adapter
- Enclosing interface:
Adapter
-
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 TypeMethodDescriptionThe classname of the backend this class can handle.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.raffael.meldioc.logging.spi.Adapter
initialize, shutdown
-
Constructor Details
-
Default
-
-
Method Details
-
backendClassName
Description copied from interface:AdapterThe classname of the backend this class can handle.- Specified by:
backendClassNamein interfaceAdapter
-