Uses of Interface
io.netty.util.internal.logging.InternalLogger
Packages that use InternalLogger
Package
Description
UDT Transport for NIO Channels.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Logs the I/O events for debugging purpose.
Internal-use-only utilities which is not allowed to be used
outside Netty.
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 InternalLoggerModifier and TypeFieldDescriptionprotected static final InternalLoggerNioUdtAcceptorChannel.loggerDeprecated. -
Uses of InternalLogger in io.netty.handler.codec.http.websocketx
Fields in io.netty.handler.codec.http.websocketx declared as InternalLoggerModifier and TypeFieldDescriptionprotected static final InternalLoggerWebSocketServerHandshaker.logger -
Uses of InternalLogger in io.netty.handler.logging
Fields in io.netty.handler.logging declared as InternalLogger -
Uses of InternalLogger in io.netty.util.internal
Methods in io.netty.util.internal with parameters of type InternalLoggerModifier and TypeMethodDescriptionstatic voidPromiseNotificationUtil.tryCancel(Promise<?> p, InternalLogger logger) static voidPromiseNotificationUtil.tryFailure(Promise<?> p, 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 InternalLoggerMethods in io.netty.util.internal.logging that return InternalLoggerModifier and TypeMethodDescriptionstatic InternalLoggerInternalLoggerFactory.getInstance(Class<?> clazz) Creates a new logger instance with the name of the specified class.static InternalLoggerInternalLoggerFactory.getInstance(String name) Creates a new logger instance with the specified name.CommonsLoggerFactory.newInstance(String name) Deprecated.protected abstract InternalLoggerInternalLoggerFactory.newInstance(String name) Creates a new logger instance with the specified name.JdkLoggerFactory.newInstance(String name) Log4J2LoggerFactory.newInstance(String name) Log4JLoggerFactory.newInstance(String name) Slf4JLoggerFactory.newInstance(String name)