Package org.slf4j.jul

Class JDK14LoggerFactory

java.lang.Object
org.slf4j.jul.JDK14LoggerFactory
All Implemented Interfaces:
org.slf4j.ILoggerFactory

public class JDK14LoggerFactory extends Object implements org.slf4j.ILoggerFactory
JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter instance.
Author:
Ceki Gülcü
  • Constructor Details

    • JDK14LoggerFactory

      public JDK14LoggerFactory()
  • Method Details

    • getLogger

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