Uses of Class
io.netty.util.internal.logging.InternalLoggerFactory
Packages that use InternalLoggerFactory
Package
Description
Internal-use-only logging API which is not allowed to be used outside Netty.
-
Uses of InternalLoggerFactory in io.netty.util.internal.logging
Subclasses of InternalLoggerFactory in io.netty.util.internal.loggingModifier and TypeClassDescriptionclass
Deprecated.class
Logger factory which creates a java.util.logging logger.final class
class
Logger factory which creates an Apache Log4J logger.class
Logger factory which creates a SLF4J logger.Fields in io.netty.util.internal.logging declared as InternalLoggerFactoryModifier and TypeFieldDescriptionprivate static InternalLoggerFactory
InternalLoggerFactory.defaultFactory
static final InternalLoggerFactory
CommonsLoggerFactory.INSTANCE
Deprecated.static final InternalLoggerFactory
JdkLoggerFactory.INSTANCE
static final InternalLoggerFactory
Log4J2LoggerFactory.INSTANCE
static final InternalLoggerFactory
Log4JLoggerFactory.INSTANCE
static final InternalLoggerFactory
Slf4JLoggerFactory.INSTANCE
private static final InternalLoggerFactory
Slf4JLoggerFactory.NopInstanceHolder.INSTANCE_WITH_NOP_CHECK
Methods in io.netty.util.internal.logging that return InternalLoggerFactoryModifier and TypeMethodDescriptionstatic InternalLoggerFactory
InternalLoggerFactory.getDefaultFactory()
Returns the default factory.(package private) static InternalLoggerFactory
Slf4JLoggerFactory.getInstanceWithNopCheck()
private static InternalLoggerFactory
InternalLoggerFactory.newDefaultFactory
(String name) private static InternalLoggerFactory
InternalLoggerFactory.useJdkLoggerFactory
(String name) private static InternalLoggerFactory
InternalLoggerFactory.useLog4J2LoggerFactory
(String name) private static InternalLoggerFactory
InternalLoggerFactory.useLog4JLoggerFactory
(String name) private static InternalLoggerFactory
InternalLoggerFactory.useSlf4JLoggerFactory
(String name) Methods in io.netty.util.internal.logging with parameters of type InternalLoggerFactoryModifier and TypeMethodDescriptionstatic void
InternalLoggerFactory.setDefaultFactory
(InternalLoggerFactory defaultFactory) Changes the default factory.
Log4J2LoggerFactory
orLog4JLoggerFactory
orSlf4JLoggerFactory
.