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 InternalLoggerNioUdtAcceptorChannel. loggerDeprecated. -
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 InternalLoggerWebSocketServerHandshaker. logger -
Uses of InternalLogger in io.netty.handler.logging
Fields in io.netty.handler.logging declared as InternalLogger Modifier and Type Field Description protected InternalLoggerLoggingHandler. 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 voidPromiseNotificationUtil. tryCancel(Promise<?> p, InternalLogger logger)static voidPromiseNotificationUtil. tryFailure(Promise<?> p, java.lang.Throwable cause, InternalLogger logger)static <V> voidPromiseNotificationUtil. 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 classAbstractInternalLoggerA skeletal implementation ofInternalLogger.Methods in io.netty.util.internal.logging that return InternalLogger Modifier and Type Method Description static InternalLoggerInternalLoggerFactory. getInstance(java.lang.Class<?> clazz)Creates a new logger instance with the name of the specified class.static InternalLoggerInternalLoggerFactory. getInstance(java.lang.String name)Creates a new logger instance with the specified name.InternalLoggerCommonsLoggerFactory. newInstance(java.lang.String name)Deprecated.protected abstract InternalLoggerInternalLoggerFactory. newInstance(java.lang.String name)Creates a new logger instance with the specified name.InternalLoggerJdkLoggerFactory. newInstance(java.lang.String name)InternalLoggerLog4J2LoggerFactory. newInstance(java.lang.String name)InternalLoggerLog4JLoggerFactory. newInstance(java.lang.String name)InternalLoggerSlf4JLoggerFactory. newInstance(java.lang.String name)
-