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 BrillienLoggerAdapter instance.

Author:
Ceki Gülcü

Constructor Summary
JDK14LoggerFactory()
           
 
Method Summary
 void associateLogger(String className)
           
 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

associateLogger

public void associateLogger(String className)

getLogger

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


Copyright © 2012. All Rights Reserved.