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.loggingSubclasses of InternalLoggerFactory in io.netty5.util.internal.logging Modifier and Type Class Description classCommonsLoggerFactoryDeprecated.classJdkLoggerFactoryLogger factory which creates a java.util.logging logger.classLog4J2LoggerFactoryclassSlf4JLoggerFactoryLogger factory which creates a SLF4J logger.Fields in io.netty5.util.internal.logging declared as InternalLoggerFactory Modifier and Type Field Description static InternalLoggerFactoryCommonsLoggerFactory. INSTANCEDeprecated.static InternalLoggerFactoryJdkLoggerFactory. INSTANCEstatic InternalLoggerFactoryLog4J2LoggerFactory. INSTANCEstatic InternalLoggerFactorySlf4JLoggerFactory. INSTANCEMethods in io.netty5.util.internal.logging that return InternalLoggerFactory Modifier and Type Method Description static InternalLoggerFactoryInternalLoggerFactory. 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 voidInternalLoggerFactory. setDefaultFactory(InternalLoggerFactory defaultFactory)Set the default factory.
 
-