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 void
PromiseNotificationUtil. tryCancel(Promise<?> p, InternalLogger logger)
static void
PromiseNotificationUtil. tryFailure(Promise<?> p, Throwable cause, InternalLogger logger)
static <V> void
PromiseNotificationUtil. 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 class
AbstractInternalLogger
A skeletal implementation ofInternalLogger
.Methods in io.netty.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
Log4JLoggerFactory. newInstance(String name)
InternalLogger
Slf4JLoggerFactory. newInstance(String name)
-