Class StaticLoggerBinder

java.lang.Object
org.seppiko.glf.impl.StaticLoggerBinder
All Implemented Interfaces:
org.seppiko.glf.api.LoggerFactoryBinder

public class StaticLoggerBinder
extends java.lang.Object
implements org.seppiko.glf.api.LoggerFactoryBinder
Log4j 2.x logger binder
Author:
Leonard Woo
  • Constructor Summary

    Constructors 
    Constructor Description
    StaticLoggerBinder()  
  • Method Summary

    Modifier and Type Method Description
    static StaticLoggerBinder getInstance()  
    org.seppiko.glf.api.ILoggerFactory getLoggerFactory()  
    java.lang.String getLoggerFactoryClassStr()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getInstance

      public static StaticLoggerBinder getInstance()
    • getLoggerFactory

      public org.seppiko.glf.api.ILoggerFactory getLoggerFactory()
      Specified by:
      getLoggerFactory in interface org.seppiko.glf.api.LoggerFactoryBinder
    • getLoggerFactoryClassStr

      public java.lang.String getLoggerFactoryClassStr()
      Specified by:
      getLoggerFactoryClassStr in interface org.seppiko.glf.api.LoggerFactoryBinder