org.slf4j.impl
Class JDK14LoggerFactory
java.lang.Object
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ü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDK14LoggerFactory
public JDK14LoggerFactory()
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.