Uses of Class
io.netty.util.internal.logging.InternalLoggerFactory
-
Packages that use InternalLoggerFactory Package Description io.netty.util.internal.logging 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.logging Modifier and Type Class Description classCommonsLoggerFactoryDeprecated.classJdkLoggerFactoryLogger factory which creates a java.util.logging logger.classLog4J2LoggerFactoryclassLog4JLoggerFactoryLogger factory which creates an Apache Log4J logger.classSlf4JLoggerFactoryLogger factory which creates a SLF4J logger.Fields in io.netty.util.internal.logging declared as InternalLoggerFactory Modifier and Type Field Description static InternalLoggerFactoryCommonsLoggerFactory. INSTANCEDeprecated.static InternalLoggerFactoryJdkLoggerFactory. INSTANCEstatic InternalLoggerFactoryLog4J2LoggerFactory. INSTANCEstatic InternalLoggerFactoryLog4JLoggerFactory. INSTANCEstatic InternalLoggerFactorySlf4JLoggerFactory. INSTANCEMethods in io.netty.util.internal.logging that return InternalLoggerFactory Modifier and Type Method Description static InternalLoggerFactoryInternalLoggerFactory. getDefaultFactory()Returns the default factory.Methods in io.netty.util.internal.logging with parameters of type InternalLoggerFactory Modifier and Type Method Description static voidInternalLoggerFactory. setDefaultFactory(InternalLoggerFactory defaultFactory)Changes the default factory.
-