Package org.jboss.netty.logging
Simplistic internal-use-only logging layer which allows a user to
decide what logging framework Netty should use.
-
Interface Summary Interface Description InternalLogger Internal-use-only logger used by Netty. -
Class Summary Class Description AbstractInternalLogger A skeletal implementation ofInternalLogger
.CommonsLoggerFactory Logger factory which creates an Apache Commons Logging logger.InternalLoggerFactory Creates anInternalLogger
or changes the default factory implementation.JBossLoggerFactory Logger factory which creates a JBoss Logging logger.JdkLoggerFactory Logger factory which creates a java.util.logging logger.Log4JLoggerFactory Logger factory which creates an Apache Log4J logger.OsgiLoggerFactory Logger factory which creates an OSGiLogService
logger.Slf4JLoggerFactory Logger factory which creates a SLF4J logger. -
Enum Summary Enum Description InternalLogLevel The log level thatInternalLogger
can log at.