Uses of Interface
io.netty.util.internal.logging.InternalLogger
-
Packages that use InternalLogger Package Description io.netty.channel.udt.nio UDT Transport for NIO Channels.io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.logging Logs the I/O events for debugging purpose.io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty.io.netty.util.internal.logging Internal-use-only logging API which is not allowed to be used outside Netty. -
-
Uses of InternalLogger in io.netty.channel.udt.nio
Fields in io.netty.channel.udt.nio declared as InternalLogger Modifier and Type Field Description protected static InternalLogger
NioUdtAcceptorChannel. logger
Deprecated. -
Uses of InternalLogger in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as InternalLogger Modifier and Type Field Description protected static InternalLogger
WebSocketServerHandshaker. logger
-
Uses of InternalLogger in io.netty.handler.logging
Fields in io.netty.handler.logging declared as InternalLogger Modifier and Type Field Description protected InternalLogger
LoggingHandler. logger
-
Uses of InternalLogger in io.netty.util.internal
Methods in io.netty.util.internal with parameters of type InternalLogger Modifier and Type Method Description static void
PromiseNotificationUtil. tryCancel(Promise<?> p, InternalLogger logger)
static void
PromiseNotificationUtil. tryFailure(Promise<?> p, java.lang.Throwable cause, InternalLogger logger)
static <V> void
PromiseNotificationUtil. trySuccess(Promise<? super V> p, V result, InternalLogger logger)
-
Uses of InternalLogger in io.netty.util.internal.logging
Classes in io.netty.util.internal.logging that implement InternalLogger Modifier and Type Class Description class
AbstractInternalLogger
A skeletal implementation ofInternalLogger
.Methods in io.netty.util.internal.logging that return InternalLogger Modifier and Type Method Description static InternalLogger
InternalLoggerFactory. getInstance(java.lang.Class<?> clazz)
Creates a new logger instance with the name of the specified class.static InternalLogger
InternalLoggerFactory. getInstance(java.lang.String name)
Creates a new logger instance with the specified name.InternalLogger
CommonsLoggerFactory. newInstance(java.lang.String name)
Deprecated.protected abstract InternalLogger
InternalLoggerFactory. newInstance(java.lang.String name)
Creates a new logger instance with the specified name.InternalLogger
JdkLoggerFactory. newInstance(java.lang.String name)
InternalLogger
Log4J2LoggerFactory. newInstance(java.lang.String name)
InternalLogger
Log4JLoggerFactory. newInstance(java.lang.String name)
InternalLogger
Slf4JLoggerFactory. newInstance(java.lang.String name)
-