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
public abstract static class Adapter.Default extends java.lang.Object implements 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 Modifier Constructor Description protectedDefault(java.lang.String backendClassName) -
Method Summary
Modifier and Type Method Description java.lang.StringbackendClassName()The 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
protected Default(java.lang.String backendClassName)
-
-
Method Details
-
backendClassName
public java.lang.String backendClassName()Description copied from interface:AdapterThe classname of the backend this class can handle.- Specified by:
backendClassNamein interfaceAdapter
-