Package io.netty.util.internal.logging
Internal-use-only logging API which is not allowed to be used outside Netty.
-
Interface Summary Interface Description InternalLogger Internal-use-only logger used by Netty. -
Class Summary Class Description AbstractInternalLogger A skeletal implementation ofInternalLogger
.CommonsLoggerFactory Deprecated. FormattingTuple Holds the results of formatting done byMessageFormatter
.InternalLoggerFactory Creates anInternalLogger
or changes the default factory implementation.JdkLoggerFactory Logger factory which creates a java.util.logging logger.Log4J2LoggerFactory Log4JLoggerFactory Logger factory which creates an Apache Log4J logger.MessageFormatter Formats messages according to very simple substitution rules.Slf4JLoggerFactory Logger factory which creates a SLF4J logger. -
Enum Summary Enum Description InternalLogLevel The log level thatInternalLogger
can log at.