Uses of Enum
io.netty.handler.logging.ByteBufFormat
Packages that use ByteBufFormat
-
Uses of ByteBufFormat in io.netty.handler.logging
Fields in io.netty.handler.logging declared as ByteBufFormatMethods in io.netty.handler.logging that return ByteBufFormatModifier and TypeMethodDescriptionLoggingHandler.byteBufFormat()
Returns theByteBufFormat
that this handler uses to logstatic ByteBufFormat
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.Constructors in io.netty.handler.logging with parameters of type ByteBufFormatModifierConstructorDescriptionLoggingHandler
(ByteBufFormat format) Creates a new instance whose logger name is the fully qualified class name of the instance.LoggingHandler
(LogLevel level, ByteBufFormat byteBufFormat) 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
(String name, LogLevel level, ByteBufFormat byteBufFormat) Creates a new instance with the specified logger name.