SLF4J API
Version 1.4.3

org.slf4j.impl
Class SimpleLoggerFactory

java.lang.Object
  extended by 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ü

Constructor Summary
SimpleLoggerFactory()
           
 
Method Summary
 Logger getLogger(String name)
          Return an appropriate SimpleLogger instance by name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLoggerFactory

public SimpleLoggerFactory()
Method Detail

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

SLF4J API
Version 1.4.3

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