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 TypeClassDescriptionclassDeprecated.classLogger factory which creates a java.util.logging logger.final classclassLogger factory which creates an Apache Log4J logger.classLogger factory which creates a SLF4J logger.Fields in io.netty.util.internal.logging declared as InternalLoggerFactoryModifier and TypeFieldDescriptionstatic final InternalLoggerFactoryCommonsLoggerFactory.INSTANCEDeprecated.static final InternalLoggerFactoryJdkLoggerFactory.INSTANCEstatic final InternalLoggerFactoryLog4J2LoggerFactory.INSTANCEstatic final InternalLoggerFactoryLog4JLoggerFactory.INSTANCEstatic final InternalLoggerFactorySlf4JLoggerFactory.INSTANCEMethods in io.netty.util.internal.logging that return InternalLoggerFactoryModifier and TypeMethodDescriptionstatic InternalLoggerFactoryInternalLoggerFactory.getDefaultFactory()Returns the default factory.Methods in io.netty.util.internal.logging with parameters of type InternalLoggerFactoryModifier and TypeMethodDescriptionstatic voidInternalLoggerFactory.setDefaultFactory(InternalLoggerFactory defaultFactory) Changes the default factory.
Log4J2LoggerFactoryorLog4JLoggerFactoryorSlf4JLoggerFactory.