Uses of Class
org.jboss.netty.logging.OsgiLoggerFactory
-
Packages that use OsgiLoggerFactory Package Description org.jboss.netty.container.osgi OSGi framework integration.org.jboss.netty.logging Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use. -
-
Uses of OsgiLoggerFactory in org.jboss.netty.container.osgi
Fields in org.jboss.netty.container.osgi declared as OsgiLoggerFactory Modifier and Type Field Description private OsgiLoggerFactory
NettyBundleActivator. loggerFactory
-
Uses of OsgiLoggerFactory in org.jboss.netty.logging
Fields in org.jboss.netty.logging declared as OsgiLoggerFactory Modifier and Type Field Description private OsgiLoggerFactory
OsgiLogger. parent
Constructors in org.jboss.netty.logging with parameters of type OsgiLoggerFactory Constructor Description OsgiLogger(OsgiLoggerFactory parent, java.lang.String name, InternalLogger fallback)
-