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 TypeClassDescriptionclassLogger factory which creates an Apache Commons Logging logger.classLogger factory which creates a JBoss Logging logger.classLogger factory which creates a java.util.logging logger.classLogger factory which creates an Apache Log4J logger.classLogger factory which creates an OSGiLogServicelogger.classLogger factory which creates a SLF4J logger.Fields in org.jboss.netty.logging declared as InternalLoggerFactoryModifier and TypeFieldDescriptionprivate static InternalLoggerFactoryInternalLoggerFactory.defaultFactoryprivate final InternalLoggerFactoryOsgiLoggerFactory.fallbackMethods in org.jboss.netty.logging that return InternalLoggerFactoryModifier and TypeMethodDescriptionstatic InternalLoggerFactoryInternalLoggerFactory.getDefaultFactory()Returns the default factory.OsgiLoggerFactory.getFallback()Methods in org.jboss.netty.logging with parameters of type InternalLoggerFactoryModifier and TypeMethodDescriptionstatic voidInternalLoggerFactory.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)