SLF4J JDK14 Binding 1.6.1-redhat-2

org.slf4j.impl
Class JDK14LoggerFactory

java.lang.Object
  extended by org.slf4j.impl.JDK14LoggerFactory
All Implemented Interfaces:
ILoggerFactory

public class JDK14LoggerFactory
extends Object
implements ILoggerFactory

JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter instance.

Author:
Ceki Gülcü

Constructor Summary
JDK14LoggerFactory()
           
 
Method Summary
 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 Logger getLogger(String name)
Specified by:
getLogger in interface ILoggerFactory

SLF4J JDK14 Binding 1.6.1-redhat-2

Copyright © 2005-2012 QOS.ch. All Rights Reserved.