请参阅: 说明
| 接口 | 说明 |
|---|---|
| InternalLogger |
Internal-use-only logger used by Netty.
|
| 类 | 说明 |
|---|---|
| AbstractInternalLogger |
A skeletal implementation of
InternalLogger. |
| CommonsLoggerFactory | 已过时
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.
|
| 枚举 | 说明 |
|---|---|
| InternalLogLevel |
The log level that
InternalLogger can log at. |