See: Description
Interface | Description |
---|---|
InternalLogger |
Internal-use-only logger used by Netty.
|
Class | Description |
---|---|
AbstractInternalLogger |
A skeletal implementation of
InternalLogger . |
CommonsLoggerFactory | Deprecated
Please use
Log4J2LoggerFactory or Log4JLoggerFactory or
Slf4JLoggerFactory . |
FormattingTuple |
Holds the results of formatting done by
MessageFormatter . |
InternalLoggerFactory |
Creates an
InternalLogger or changes the default factory
implementation. |
JdkLoggerFactory |
Logger factory which creates a
java.util.logging
logger.
|
Log4J2LoggerFactory | |
Log4JLoggerFactory |
Logger factory which creates an
Apache Log4J
logger.
|
MessageFormatter |
Formats messages according to very simple substitution rules.
|
Slf4JLoggerFactory |
Logger factory which creates a SLF4J
logger.
|
Enum | Description |
---|---|
InternalLogLevel |
The log level that
InternalLogger can log at. |
Copyright © 2008–2024 The Netty Project. All rights reserved.