Uses of Class
io.netty5.util.internal.logging.InternalLoggerFactory
-
Packages that use InternalLoggerFactory Package Description io.netty5.util.internal.logging Internal-use-only logging API which is not allowed to be used outside Netty. -
-
Uses of InternalLoggerFactory in io.netty5.util.internal.logging
Subclasses of InternalLoggerFactory in io.netty5.util.internal.logging Modifier and Type Class Description class
CommonsLoggerFactory
Deprecated.class
JdkLoggerFactory
Logger factory which creates a java.util.logging logger.class
Log4J2LoggerFactory
class
Slf4JLoggerFactory
Logger factory which creates a SLF4J logger.Fields in io.netty5.util.internal.logging declared as InternalLoggerFactory Modifier and Type Field Description static InternalLoggerFactory
CommonsLoggerFactory. INSTANCE
Deprecated.static InternalLoggerFactory
JdkLoggerFactory. INSTANCE
static InternalLoggerFactory
Log4J2LoggerFactory. INSTANCE
static InternalLoggerFactory
Slf4JLoggerFactory. INSTANCE
Methods in io.netty5.util.internal.logging that return InternalLoggerFactory Modifier and Type Method Description static InternalLoggerFactory
InternalLoggerFactory. getDefaultFactory()
Get the default factory that was either initialized automatically based on logging implementations on the classpath, or set explicitly viasetDefaultFactory(InternalLoggerFactory)
.Methods in io.netty5.util.internal.logging with parameters of type InternalLoggerFactory Modifier and Type Method Description static void
InternalLoggerFactory. setDefaultFactory(InternalLoggerFactory defaultFactory)
Set the default factory.
-