Uses of Class
org.jboss.netty.logging.InternalLoggerFactory

Packages that use InternalLoggerFactory
org.jboss.netty.logging Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use. 
 

Uses of InternalLoggerFactory in org.jboss.netty.logging
 

Subclasses of InternalLoggerFactory in org.jboss.netty.logging
 class CommonsLoggerFactory
          Logger factory which creates an Apache Commons Logging logger.
 class JBossLoggerFactory
          Logger factory which creates a JBoss Logging logger.
 class JdkLoggerFactory
          Logger factory which creates a java.util.logging logger.
 class Log4JLoggerFactory
          Logger factory which creates an Apache Log4J logger.
 class OsgiLoggerFactory
          Logger factory which creates an OSGi LogService logger.
 class Slf4JLoggerFactory
          Logger factory which creates a SLF4J logger.
 

Methods in org.jboss.netty.logging that return InternalLoggerFactory
static InternalLoggerFactory InternalLoggerFactory.getDefaultFactory()
          Returns the default factory.
 InternalLoggerFactory OsgiLoggerFactory.getFallback()
           
 

Methods in org.jboss.netty.logging with parameters of type InternalLoggerFactory
static void InternalLoggerFactory.setDefaultFactory(InternalLoggerFactory defaultFactory)
          Changes the default factory.
 

Constructors in org.jboss.netty.logging with parameters of type InternalLoggerFactory
OsgiLoggerFactory(BundleContext ctx, InternalLoggerFactory fallback)
           
 



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