Uses of Class
io.netty5.handler.logging.BufferFormat
-
Packages that use BufferFormat Package Description io.netty5.handler.logging Logs the I/O events for debugging purpose. -
-
Uses of BufferFormat in io.netty5.handler.logging
Methods in io.netty5.handler.logging that return BufferFormat Modifier and Type Method Description BufferFormat
LoggingHandler. bufferFormat()
Returns theBufferFormat
that this handler uses to logstatic BufferFormat
BufferFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static BufferFormat[]
BufferFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty5.handler.logging with parameters of type BufferFormat Constructor Description LoggingHandler(BufferFormat format)
Creates a new instance whose logger name is the fully qualified class name of the instance.LoggingHandler(LogLevel level, BufferFormat bufferFormat)
Creates a new instance whose logger name is the fully qualified class name of the instance.LoggingHandler(Class<?> clazz, LogLevel level, BufferFormat bufferFormat)
Creates a new instance with the specified logger name.LoggingHandler(String name, LogLevel level, BufferFormat bufferFormat)
Creates a new instance with the specified logger name.
-