org.slf4j.impl
Class SimpleLoggerFactory
java.lang.Object
org.slf4j.impl.SimpleLoggerFactory
- All Implemented Interfaces:
- ILoggerFactory
public class SimpleLoggerFactory
- extends Object
- implements ILoggerFactory
An implementation of ILoggerFactory
which always returns
SimpleLogger
instances.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleLoggerFactory
public SimpleLoggerFactory()
getLogger
public Logger getLogger(String name)
- Return an appropriate
SimpleLogger
instance by name.
- Specified by:
getLogger
in interface ILoggerFactory
- Parameters:
name
- the name of the Logger to return
Copyright © 2005-2008 QOS.ch. All Rights Reserved.