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
    protected Default​(java.lang.String backendClassName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String backendClassName()
    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, wait

    Methods 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: Adapter
      The classname of the backend this class can handle.
      Specified by:
      backendClassName in interface Adapter