org.slf4j.impl
Class JDK14LoggerFactory

java.lang.Object
  extended by org.slf4j.impl.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 Summary
JDK14LoggerFactory()
           
 
Method Summary
 org.slf4j.Logger getLogger(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDK14LoggerFactory

public JDK14LoggerFactory()
Method Detail

getLogger

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


Copyright © 2011 Oracle Corporation. All Rights Reserved.