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,
java.lang.Class<?> clazz) |
Http2FrameLogger(LogLevel level,
java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
private static LogLevel |
LoggingHandler.DEFAULT_LEVEL |
private LogLevel |
LoggingHandler.level |
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.
|