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