Package org.jboss.netty.logging

Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use.

See:
          Description


Interface Summary
InternalLogger Internal-use-only logger used by Netty.
 

Class Summary
AbstractInternalLogger A skeletal implementation of InternalLogger.
CommonsLoggerFactory Logger factory which creates an Apache Commons Logging logger.
InternalLoggerFactory Creates an InternalLogger 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 OSGi LogService logger.
Slf4JLoggerFactory Logger factory which creates a SLF4J logger.
 

Enum Summary
InternalLogLevel The log level that InternalLogger can log at.
 

Package org.jboss.netty.logging Description

Simplistic internal-use-only logging layer which allows a user to decide what logging framework Netty should use.



Copyright © 2008-2009 JBoss, by Red Hat. All Rights Reserved.