Uses of Enum
io.netty.util.internal.logging.InternalLogLevel
Packages that use InternalLogLevel
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.
Internal-use-only logging API which is not allowed to be used outside Netty.
-
Uses of InternalLogLevel in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as InternalLogLevelMethods in io.netty.handler.codec.http2 that return InternalLogLevelModifier and TypeMethodDescriptionprivate static InternalLogLevelHttp2FrameLogger.checkAndConvertLevel(LogLevel level) Constructors in io.netty.handler.codec.http2 with parameters of type InternalLogLevelModifierConstructorDescriptionprivateHttp2FrameLogger(InternalLogLevel level, InternalLogger logger) -
Uses of InternalLogLevel in io.netty.handler.logging
Fields in io.netty.handler.logging declared as InternalLogLevelModifier and TypeFieldDescriptionprotected final InternalLogLevelLoggingHandler.internalLevelprivate final InternalLogLevelLogLevel.internalLevelMethods in io.netty.handler.logging that return InternalLogLevelConstructors in io.netty.handler.logging with parameters of type InternalLogLevel -
Uses of InternalLogLevel in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as InternalLogLevelModifier and TypeFieldDescriptionprivate final InternalLogLevelLoggingDnsQueryLifecycleObserver.levelprivate final InternalLogLevelLoggingDnsQueryLifeCycleObserverFactory.levelMethods in io.netty.resolver.dns that return InternalLogLevelModifier and TypeMethodDescriptionprivate static InternalLogLevelLoggingDnsQueryLifeCycleObserverFactory.checkAndConvertLevel(LogLevel level) Constructors in io.netty.resolver.dns with parameters of type InternalLogLevelModifierConstructorDescription(package private)LoggingDnsQueryLifecycleObserver(DnsQuestion question, InternalLogger logger, InternalLogLevel level) -
Uses of InternalLogLevel in io.netty.util.internal.logging
Methods in io.netty.util.internal.logging that return InternalLogLevelModifier and TypeMethodDescriptionstatic InternalLogLevelReturns the enum constant of this type with the specified name.static InternalLogLevel[]InternalLogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.util.internal.logging with parameters of type InternalLogLevelModifier and TypeMethodDescriptionbooleanAbstractInternalLogger.isEnabled(InternalLogLevel level) booleanInternalLogger.isEnabled(InternalLogLevel level) Is the logger instance enabled for the specifiedlevel?booleanLog4J2Logger.isEnabled(InternalLogLevel level) voidAbstractInternalLogger.log(InternalLogLevel level, String msg) voidAbstractInternalLogger.log(InternalLogLevel level, String format, Object arg) voidAbstractInternalLogger.log(InternalLogLevel level, String format, Object... arguments) voidAbstractInternalLogger.log(InternalLogLevel level, String format, Object argA, Object argB) voidAbstractInternalLogger.log(InternalLogLevel level, String msg, Throwable cause) voidAbstractInternalLogger.log(InternalLogLevel level, Throwable cause) voidInternalLogger.log(InternalLogLevel level, String msg) Log a message at the specifiedlevel.voidInternalLogger.log(InternalLogLevel level, String format, Object arg) Log a message at the specifiedlevelaccording to the specified format and argument.voidInternalLogger.log(InternalLogLevel level, String format, Object... arguments) Log a message at the specifiedlevelaccording to the specified format and arguments.voidInternalLogger.log(InternalLogLevel level, String format, Object argA, Object argB) Log a message at the specifiedlevelaccording to the specified format and arguments.voidInternalLogger.log(InternalLogLevel level, String msg, Throwable t) Log an exception (throwable) at the specifiedlevelwith an accompanying message.voidInternalLogger.log(InternalLogLevel level, Throwable t) Log an exception (throwable) at the specifiedlevel.voidLog4J2Logger.log(InternalLogLevel level, String msg) voidLog4J2Logger.log(InternalLogLevel level, String format, Object arg) voidLog4J2Logger.log(InternalLogLevel level, String format, Object... arguments) voidLog4J2Logger.log(InternalLogLevel level, String format, Object argA, Object argB) voidLog4J2Logger.log(InternalLogLevel level, String msg, Throwable t) voidLog4J2Logger.log(InternalLogLevel level, Throwable t) private static org.apache.logging.log4j.LevelLog4J2Logger.toLevel(InternalLogLevel level)