Uses of Interface
io.netty.util.internal.logging.InternalLogger
-
Packages that use InternalLogger Package Description 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.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, 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(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)InternalLoggerLog4JLoggerFactory. newInstance(String name)InternalLoggerSlf4JLoggerFactory. newInstance(String name)
-