Uses of Class
org.jboss.netty.logging.InternalLoggerFactory
Packages that use InternalLoggerFactory
Package
Description
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.loggingModifier and TypeClassDescriptionclass
Logger factory which creates an Apache Commons Logging logger.class
Logger factory which creates a JBoss Logging logger.class
Logger factory which creates a java.util.logging logger.class
Logger factory which creates an Apache Log4J logger.class
Logger factory which creates an OSGiLogService
logger.class
Logger factory which creates a SLF4J logger.Fields in org.jboss.netty.logging declared as InternalLoggerFactoryModifier and TypeFieldDescriptionprivate static InternalLoggerFactory
InternalLoggerFactory.defaultFactory
private final InternalLoggerFactory
OsgiLoggerFactory.fallback
Methods in org.jboss.netty.logging that return InternalLoggerFactoryModifier and TypeMethodDescriptionstatic InternalLoggerFactory
InternalLoggerFactory.getDefaultFactory()
Returns the default factory.OsgiLoggerFactory.getFallback()
Methods in org.jboss.netty.logging with parameters of type InternalLoggerFactoryModifier and TypeMethodDescriptionstatic void
InternalLoggerFactory.setDefaultFactory
(InternalLoggerFactory defaultFactory) Changes the default factory.Constructors in org.jboss.netty.logging with parameters of type InternalLoggerFactoryModifierConstructorDescriptionOsgiLoggerFactory
(org.osgi.framework.BundleContext ctx, InternalLoggerFactory fallback)