Uses of Enum
io.netty.handler.logging.ByteBufFormat
Packages that use ByteBufFormat
-
Uses of ByteBufFormat in io.netty.handler.logging
Subclasses with type arguments of type ByteBufFormat in io.netty.handler.loggingModifier and TypeClassDescriptionenumUsed to control the format and verbosity of logging forByteBufs andByteBufHolders.Methods in io.netty.handler.logging that return ByteBufFormatModifier and TypeMethodDescriptionLoggingHandler.byteBufFormat()Returns theByteBufFormatthat this handler uses to logstatic ByteBufFormatReturns 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.