Package | Description |
---|---|
io.netty.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Netty.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsLoggerFactory
Deprecated.
Please use
Log4J2LoggerFactory or Log4JLoggerFactory or
Slf4JLoggerFactory . |
class |
JdkLoggerFactory
Logger factory which creates a
java.util.logging
logger.
|
class |
Log4J2LoggerFactory |
class |
Log4JLoggerFactory
Logger factory which creates an
Apache Log4J
logger.
|
class |
Slf4JLoggerFactory
Logger factory which creates a SLF4J
logger.
|
Modifier and Type | Field and Description |
---|---|
static InternalLoggerFactory |
JdkLoggerFactory.INSTANCE |
static InternalLoggerFactory |
Log4J2LoggerFactory.INSTANCE |
static InternalLoggerFactory |
Slf4JLoggerFactory.INSTANCE |
static InternalLoggerFactory |
CommonsLoggerFactory.INSTANCE
Deprecated.
|
static InternalLoggerFactory |
Log4JLoggerFactory.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static InternalLoggerFactory |
InternalLoggerFactory.getDefaultFactory()
Returns the default factory.
|
Modifier and Type | Method and Description |
---|---|
static void |
InternalLoggerFactory.setDefaultFactory(InternalLoggerFactory defaultFactory)
Changes the default factory.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.