Module io.netty5.common
Package io.netty5.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 CreatesInternalLogger
s.JdkLoggerFactory Logger factory which creates a java.util.logging logger.Log4J2LoggerFactory 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.