| Package | Description |
|---|---|
| io.netty.logging |
Simplistic internal-use-only logging layer which allows a user to
decide what logging framework Netty should use.
|
| Modifier and Type | Method and Description |
|---|---|
static InternalLogLevel |
InternalLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalLogLevel[] |
InternalLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractInternalLogger.isEnabled(InternalLogLevel level) |
boolean |
InternalLogger.isEnabled(InternalLogLevel level)
Returns
true if the specified log level message is logged. |
void |
AbstractInternalLogger.log(InternalLogLevel level,
String msg) |
void |
InternalLogger.log(InternalLogLevel level,
String msg)
Logs a message.
|
void |
AbstractInternalLogger.log(InternalLogLevel level,
String msg,
Throwable cause) |
void |
InternalLogger.log(InternalLogLevel level,
String msg,
Throwable cause)
Logs a message.
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.