org.jboss.netty.logging
Class Slf4JLoggerFactory

java.lang.Object
  extended by org.jboss.netty.logging.InternalLoggerFactory
      extended by org.jboss.netty.logging.Slf4JLoggerFactory

public class Slf4JLoggerFactory
extends InternalLoggerFactory

Logger factory which creates a SLF4J logger.

Version:
$Rev: 1685 $, $Date: 2009-08-28 16:15:49 +0900 (금, 28 8 2009) $
Author:
The Netty Project (netty-dev@lists.jboss.org), Trustin Lee (tlee@redhat.com)

Constructor Summary
Slf4JLoggerFactory()
           
 
Method Summary
 InternalLogger newInstance(String name)
          Creates a new logger instance with the specified name.
 
Methods inherited from class org.jboss.netty.logging.InternalLoggerFactory
getDefaultFactory, getInstance, getInstance, setDefaultFactory
 
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

newInstance

public InternalLogger newInstance(String name)
Description copied from class: InternalLoggerFactory
Creates a new logger instance with the specified name.

Specified by:
newInstance in class InternalLoggerFactory


Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.