Home » geronimo-2.2-source-release » org » slf4j » impl » [javadoc | source]
org.slf4j.impl
public class: SimpleLoggerFactory [javadoc | source]
java.lang.Object
   org.slf4j.impl.SimpleLoggerFactory

All Implemented Interfaces:
    org.slf4j.ILoggerFactory

An implementation of ILoggerFactory which always returns SimpleLogger instances.
Field Summary
static final  SimpleLoggerFactory INSTANCE     
 Map loggerMap     
Constructor:
 public SimpleLoggerFactory() 
Method from org.slf4j.impl.SimpleLoggerFactory Summary:
getLogger
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.slf4j.impl.SimpleLoggerFactory Detail:
 public Logger getLogger(String name)