Package io.netty.handler.logging
Logs the I/O events for debugging purpose.
-
Class Summary Class Description LoggingHandler AChannelHandler
that logs all events using a logging framework. -
Enum Summary Enum Description ByteBufFormat Used to control the format and verbosity of logging forByteBuf
s andByteBufHolder
s.LogLevel Maps the regularLogLevel
s with theInternalLogLevel
ones.