Package | Description |
---|---|
org.jboss.netty.logging |
Simplistic internal-use-only logging layer which allows a user to
decide what logging framework Netty should use.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static InternalLoggerFactory |
InternalLoggerFactory.getDefaultFactory()
Returns the default factory.
|
InternalLoggerFactory |
OsgiLoggerFactory.getFallback() |
Modifier and Type | Method and Description |
---|---|
static void |
InternalLoggerFactory.setDefaultFactory(InternalLoggerFactory defaultFactory)
Changes the default factory.
|
Constructor and Description |
---|
OsgiLoggerFactory(BundleContext ctx,
InternalLoggerFactory fallback) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.