See: Description
| Interface | Description |
|---|---|
| InternalLogger |
Internal-use-only logger used by Netty.
|
| Class | Description |
|---|---|
| AbstractInternalLogger |
A skeletal implementation of
InternalLogger. |
| CommonsLogger | Deprecated
Please use
Log4J2Logger or Log4JLogger or
Slf4JLogger. |
| 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. |
| JdkLogger |
java.util.logging
logger.
|
| JdkLoggerFactory |
Logger factory which creates a
java.util.logging
logger.
|
| Log4JLogger |
Apache Log4J
logger.
|
| Log4JLoggerFactory |
Logger factory which creates an
Apache Log4J
logger.
|
| MessageFormatter |
Formats messages according to very simple substitution rules.
|
| Slf4JLogger |
SLF4J logger.
|
| Slf4JLoggerFactory |
Logger factory which creates a SLF4J
logger.
|
| Enum | Description |
|---|---|
| InternalLogLevel |
The log level that
InternalLogger can log at. |