Uses of Class
org.jboss.netty.logging.InternalLoggerFactory
-
Packages that use InternalLoggerFactory Package Description 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 Modifier and Type Class Description classCommonsLoggerFactoryLogger factory which creates an Apache Commons Logging logger.classJBossLoggerFactoryLogger factory which creates a JBoss Logging logger.classJdkLoggerFactoryLogger factory which creates a java.util.logging logger.classLog4JLoggerFactoryLogger factory which creates an Apache Log4J logger.classOsgiLoggerFactoryLogger factory which creates an OSGiLogServicelogger.classSlf4JLoggerFactoryLogger factory which creates a SLF4J logger.Fields in org.jboss.netty.logging declared as InternalLoggerFactory Modifier and Type Field Description private static InternalLoggerFactoryInternalLoggerFactory. defaultFactoryprivate InternalLoggerFactoryOsgiLoggerFactory. fallbackMethods in org.jboss.netty.logging that return InternalLoggerFactory Modifier and Type Method Description static InternalLoggerFactoryInternalLoggerFactory. getDefaultFactory()Returns the default factory.InternalLoggerFactoryOsgiLoggerFactory. getFallback()Methods in org.jboss.netty.logging with parameters of type InternalLoggerFactory Modifier and Type Method Description static voidInternalLoggerFactory. setDefaultFactory(InternalLoggerFactory defaultFactory)Changes the default factory.Constructors in org.jboss.netty.logging with parameters of type InternalLoggerFactory Constructor Description OsgiLoggerFactory(org.osgi.framework.BundleContext ctx, InternalLoggerFactory fallback)
-