Class KSL4jLoggerFactory

java.lang.Object
org.nustaq.kontraktor.loggingadapter.KSL4jLoggerFactory
All Implemented Interfaces:
org.slf4j.ILoggerFactory

public class KSL4jLoggerFactory
extends java.lang.Object
implements org.slf4j.ILoggerFactory
Created by ruedi on 11/06/15.
  • Constructor Summary

    Constructors 
    Constructor Description
    KSL4jLoggerFactory()  
  • Method Summary

    Modifier and Type Method Description
    org.slf4j.Logger getLogger​(java.lang.String s)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getLogger

      public org.slf4j.Logger getLogger​(java.lang.String s)
      Specified by:
      getLogger in interface org.slf4j.ILoggerFactory