See: Description
Interface | Description |
---|---|
InternalLogger |
Internal-use-only logger used by Netty.
|
Class | Description |
---|---|
AbstractInternalLogger |
A skeletal implementation of
InternalLogger . |
CommonsLoggerFactory |
Logger factory which creates an
Apache Commons Logging
logger.
|
InternalLoggerFactory |
Creates an
InternalLogger or changes the default factory
implementation. |
JdkLoggerFactory |
Logger factory which creates a
java.util.logging
logger.
|
Log4JLoggerFactory |
Logger factory which creates an
Apache Log4J
logger.
|
Slf4JLoggerFactory |
Logger factory which creates a SLF4J
logger.
|
Enum | Description |
---|---|
InternalLogLevel |
The log level that
InternalLogger can log at. |
Copyright © 2008–2016 The Netty Project. All rights reserved.