Uses of Class
io.netty.handler.logging.LogLevel
-
Packages that use LogLevel Package Description io.netty.handler.logging Logs the I/O events for debugging purpose. -
-
Uses of LogLevel in io.netty.handler.logging
Methods in io.netty.handler.logging that return LogLevel Modifier and Type Method Description LogLevelLoggingHandler. level()Returns theLogLevelthat this handler uses to logstatic LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. 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 LogLevel Constructor Description LoggingHandler(LogLevel level)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)Creates a new instance with the specified logger name.LoggingHandler(Class<?> clazz, LogLevel level, ByteBufFormat byteBufFormat)Creates a new instance with the specified logger name.LoggingHandler(String name, LogLevel level)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.
-