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
.CommonsLogger Deprecated. CommonsLoggerFactory Deprecated. FormattingTuple Holds the results of formatting done byMessageFormatter
.InternalLoggerFactory Creates anInternalLogger
or changes the default factory implementation.JdkLogger java.util.logging logger.JdkLoggerFactory Logger factory which creates a java.util.logging logger.LocationAwareSlf4JLogger SLF4J logger which is location aware and so will log the correct origin of the logging event by filter out the wrapper itself.MessageFormatter Formats messages according to very simple substitution rules.Slf4JLogger SLF4J logger.Slf4JLoggerFactory Logger factory which creates a SLF4J logger. -
Enum Summary Enum Description InternalLogLevel The log level thatInternalLogger
can log at.