Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.handler.logging |
Logs the I/O events for debugging purpose.
|
Constructor and Description |
---|
Http2FrameLogger(LogLevel level) |
Http2FrameLogger(LogLevel level,
Class<?> clazz) |
Http2FrameLogger(LogLevel level,
String name) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
LoggingHandler.level()
Returns the
LogLevel that this handler uses to log |
static LogLevel |
LogLevel.valueOf(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(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(String name,
LogLevel level)
Creates a new instance with the specified logger name.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.