Uses of Enum
io.netty.util.internal.logging.InternalLogLevel
Packages that use InternalLogLevel
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
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.bootstrap
Fields in io.netty.bootstrap declared as InternalLogLevelModifier and TypeFieldDescriptionprivate final InternalLogLevel
ChannelInitializerExtensions.ServiceLoadingExtensions.logLevel
Methods in io.netty.bootstrap with parameters of type InternalLogLevelModifier and TypeMethodDescriptionprivate static Collection
<ChannelInitializerExtension> ChannelInitializerExtensions.ServiceLoadingExtensions.serviceLoadExtensions
(InternalLogLevel logLevel, ClassLoader cl) Constructors in io.netty.bootstrap with parameters of type InternalLogLevelModifierConstructorDescription(package private)
ServiceLoadingExtensions
(InternalLogLevel logLevel, boolean loadAndCache) -
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 InternalLogLevel
Http2FrameLogger.checkAndConvertLevel
(LogLevel level) Constructors in io.netty.handler.codec.http2 with parameters of type InternalLogLevelModifierConstructorDescriptionprivate
Http2FrameLogger
(InternalLogLevel level, InternalLogger logger) -
Uses of InternalLogLevel in io.netty.handler.logging
Fields in io.netty.handler.logging declared as InternalLogLevelModifier and TypeFieldDescriptionprotected final InternalLogLevel
LoggingHandler.internalLevel
private final InternalLogLevel
LogLevel.internalLevel
Methods 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 InternalLogLevel
LoggingDnsQueryLifecycleObserver.level
private final InternalLogLevel
LoggingDnsQueryLifeCycleObserverFactory.level
Methods in io.netty.resolver.dns that return InternalLogLevelModifier and TypeMethodDescriptionprivate static InternalLogLevel
LoggingDnsQueryLifeCycleObserverFactory.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 InternalLogLevel
Returns 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 TypeMethodDescriptionboolean
AbstractInternalLogger.isEnabled
(InternalLogLevel level) boolean
InternalLogger.isEnabled
(InternalLogLevel level) Is the logger instance enabled for the specifiedlevel
?boolean
Log4J2Logger.isEnabled
(InternalLogLevel level) void
AbstractInternalLogger.log
(InternalLogLevel level, String msg) void
AbstractInternalLogger.log
(InternalLogLevel level, String format, Object arg) void
AbstractInternalLogger.log
(InternalLogLevel level, String format, Object... arguments) void
AbstractInternalLogger.log
(InternalLogLevel level, String format, Object argA, Object argB) void
AbstractInternalLogger.log
(InternalLogLevel level, String msg, Throwable cause) void
AbstractInternalLogger.log
(InternalLogLevel level, Throwable cause) void
InternalLogger.log
(InternalLogLevel level, String msg) Log a message at the specifiedlevel
.void
InternalLogger.log
(InternalLogLevel level, String format, Object arg) Log a message at the specifiedlevel
according to the specified format and argument.void
InternalLogger.log
(InternalLogLevel level, String format, Object... arguments) Log a message at the specifiedlevel
according to the specified format and arguments.void
InternalLogger.log
(InternalLogLevel level, String format, Object argA, Object argB) Log a message at the specifiedlevel
according to the specified format and arguments.void
InternalLogger.log
(InternalLogLevel level, String msg, Throwable t) Log an exception (throwable) at the specifiedlevel
with an accompanying message.void
InternalLogger.log
(InternalLogLevel level, Throwable t) Log an exception (throwable) at the specifiedlevel
.void
Log4J2Logger.log
(InternalLogLevel level, String msg) void
Log4J2Logger.log
(InternalLogLevel level, String format, Object arg) void
Log4J2Logger.log
(InternalLogLevel level, String format, Object... arguments) void
Log4J2Logger.log
(InternalLogLevel level, String format, Object argA, Object argB) void
Log4J2Logger.log
(InternalLogLevel level, String msg, Throwable t) void
Log4J2Logger.log
(InternalLogLevel level, Throwable t) private static org.apache.logging.log4j.Level
Log4J2Logger.toLevel
(InternalLogLevel level)