Package | Description |
---|---|
io.netty.handler.logging |
Logs a
io.netty.channel.ChannelEvent for debugging purpose. |
Modifier and Type | Method and Description |
---|---|
LogLevel |
LoggingHandler.level()
Returns the
LogLevel that this handler uses to log |
static LogLevel |
LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoggingHandler(java.lang.Class<?> clazz,
LogLevel level)
Creates a new instance with the specified logger name.
|
LoggingHandler(LogLevel level)
Creates a new instance whose logger name is the fully qualified class
name of the instance.
|
LoggingHandler(java.lang.String name,
LogLevel level)
Creates a new instance with the specified logger name.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.