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 class
CommonsLoggerFactory
Deprecated.class
JdkLoggerFactory
Logger factory which creates a java.util.logging logger.class
Log4J2LoggerFactory
class
Log4JLoggerFactory
Logger factory which creates an Apache Log4J logger.class
Slf4JLoggerFactory
Logger factory which creates a SLF4J logger.Fields in io.netty.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
Log4JLoggerFactory. INSTANCE
static InternalLoggerFactory
Slf4JLoggerFactory. INSTANCE
Methods in io.netty.util.internal.logging that return InternalLoggerFactory Modifier and Type Method Description static InternalLoggerFactory
InternalLoggerFactory. getDefaultFactory()
Returns the default factory.Methods in io.netty.util.internal.logging with parameters of type InternalLoggerFactory Modifier and Type Method Description static void
InternalLoggerFactory. setDefaultFactory(InternalLoggerFactory defaultFactory)
Changes the default factory.
-