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.websocketxFields in io.netty5.handler.codec.http.websocketx declared as InternalLogger Modifier and Type Field Description protected static InternalLoggerWebSocketServerHandshaker. logger
- 
Uses of InternalLogger in io.netty5.handler.loggingFields in io.netty5.handler.logging declared as InternalLogger Modifier and Type Field Description protected InternalLoggerLoggingHandler. logger
- 
Uses of InternalLogger in io.netty5.util.internalMethods in io.netty5.util.internal with parameters of type InternalLogger Modifier and Type Method Description static voidSilentDispose. dispose(Object obj, InternalLogger logger)Attempt to dispose of whatever the given object is.static voidPromiseNotificationUtil. tryCancel(Promise<?> p, InternalLogger logger)static voidPromiseNotificationUtil. tryFailure(Promise<?> p, Throwable cause, InternalLogger logger)static voidSilentDispose. trySilentDispose(Object obj, InternalLogger logger)Attempt to dispose of whatever the given object is, but only if it is disposable.static <V> voidPromiseNotificationUtil. trySuccess(Promise<? super V> p, V result, InternalLogger logger)
- 
Uses of InternalLogger in io.netty5.util.internal.loggingClasses in io.netty5.util.internal.logging that implement InternalLogger Modifier and Type Class Description classAbstractInternalLoggerA skeletal implementation ofInternalLogger.Methods in io.netty5.util.internal.logging that return InternalLogger Modifier and Type Method Description static 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.InternalLoggerCommonsLoggerFactory. newInstance(String name)Deprecated.protected abstract InternalLoggerInternalLoggerFactory. newInstance(String name)Creates a new logger instance with the specified name.InternalLoggerJdkLoggerFactory. newInstance(String name)InternalLoggerLog4J2LoggerFactory. newInstance(String name)InternalLoggerSlf4JLoggerFactory. newInstance(String name)
 
-