ModeShape Distribution 3.0.0.Beta4

org.modeshape.common.logging.slf4j
Class SLF4JLoggerFactory

java.lang.Object
  extended by org.modeshape.common.logging.LogFactory
      extended by org.modeshape.common.logging.slf4j.SLF4JLoggerFactory

public final class SLF4JLoggerFactory
extends LogFactory

Factory used to create the Logger implementation that uses the SLF4J logging framework.


Field Summary
 
Fields inherited from class org.modeshape.common.logging.LogFactory
CUSTOM_LOG_FACTORY_CLASSNAME
 
Constructor Summary
SLF4JLoggerFactory()
           
 
Method Summary
protected  Logger getLogger(String name)
          Return a logger named according to the name parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLF4JLoggerFactory

public SLF4JLoggerFactory()
Method Detail

getLogger

protected Logger getLogger(String name)
Description copied from class: LogFactory
Return a logger named according to the name parameter.

Specified by:
getLogger in class LogFactory
Parameters:
name - The name of the logger.
Returns:
logger

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.