Package org.slf4j.jul
Class JDK14LoggerFactory
- java.lang.Object
-
- org.slf4j.jul.JDK14LoggerFactory
-
- All Implemented Interfaces:
org.slf4j.ILoggerFactory
public class JDK14LoggerFactory extends java.lang.Object implements org.slf4j.ILoggerFactory
JDK14LoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance.- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description JDK14LoggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.LoggergetLogger(java.lang.String name)
-
-
-
Constructor Detail
-
JDK14LoggerFactory
public JDK14LoggerFactory()
-
-
Method Detail
-
getLogger
public org.slf4j.Logger getLogger(java.lang.String name)
- Specified by:
getLoggerin interfaceorg.slf4j.ILoggerFactory
-
-