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