Class Reload4jLoggerFactory

  • All Implemented Interfaces:
    org.slf4j.ILoggerFactory

    public class Reload4jLoggerFactory
    extends java.lang.Object
    implements org.slf4j.ILoggerFactory
    Log4jLoggerFactory is an implementation of ILoggerFactory returning the appropriate named Reload4jLoggerAdapter instance.
    Author:
    Ceki Gülcü
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.slf4j.Logger getLogger​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLogger

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