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.
|
| NoOpTypeParameterMatcher | |
| PlatformDependent |
Utility that detects various properties specific to the current runtime
environment, such as Java version and the availability of the
sun.misc.Unsafe object. |
| Slf4JLoggerFactory |
Logger factory which creates a SLF4J
logger.
|
| StringUtil |
String utility class.
|
| SystemPropertyUtil |
A collection of utility methods to retrieve and parse the values of the Java system properties.
|
| TypeParameterMatcher |
| Enum | Description |
|---|---|
| InternalLogLevel |
The log level that
InternalLogger can log at. |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.