Package org.slf4j.jul

Class JDK14LoggerFactory

  • All Implemented Interfaces:
    org.slf4j.ILoggerFactory

    public class JDK14LoggerFactory
    extends java.lang.Object
    implements org.slf4j.ILoggerFactory
    JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter 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