Uses of Enum
io.netty.handler.logging.LogLevel
Packages that use LogLevel
Package
Description
Handlers for sending and receiving HTTP/2 frames.
Logs the I/O events for debugging purpose.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Uses of LogLevel in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 with parameters of type LogLevelModifier and TypeMethodDescriptionprivate static InternalLogLevel
Http2FrameLogger.checkAndConvertLevel
(LogLevel level) Constructors in io.netty.handler.codec.http2 with parameters of type LogLevelModifierConstructorDescriptionHttp2FrameLogger
(LogLevel level) Http2FrameLogger
(LogLevel level, Class<?> clazz) Http2FrameLogger
(LogLevel level, String name) -
Uses of LogLevel in io.netty.handler.logging
Fields in io.netty.handler.logging declared as LogLevelModifier and TypeFieldDescriptionprivate static final LogLevel
LoggingHandler.DEFAULT_LEVEL
private final LogLevel
LoggingHandler.level
Methods in io.netty.handler.logging that return LogLevelModifier and TypeMethodDescriptionLoggingHandler.level()
Returns theLogLevel
that this handler uses to logstatic LogLevel
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 LogLevelModifierConstructorDescriptionLoggingHandler
(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. -
Uses of LogLevel in io.netty.resolver.dns
Methods in io.netty.resolver.dns with parameters of type LogLevelModifier and TypeMethodDescriptionprivate static InternalLogLevel
LoggingDnsQueryLifeCycleObserverFactory.checkAndConvertLevel
(LogLevel level) Constructors in io.netty.resolver.dns with parameters of type LogLevelModifierConstructorDescriptionCreateDnsQueryLifecycleObserver
instances that log events at the given log level.LoggingDnsQueryLifeCycleObserverFactory
(Class<?> classContext, LogLevel level) CreateDnsQueryLifecycleObserver
instances that log events to a logger with the given class context, at the given log level.LoggingDnsQueryLifeCycleObserverFactory
(String name, LogLevel level) CreateDnsQueryLifecycleObserver
instances that log events to a logger with the given name context, at the given log level.