| Package | Description | 
|---|---|
| org.jboss.netty.handler.logging | Logs a  ChannelEventfor debugging purpose
 using anInternalLogger. | 
| org.jboss.netty.logging | Simplistic internal-use-only logging layer which allows a user to
 decide what logging framework Netty should use. | 
| Modifier and Type | Method and Description | 
|---|---|
| InternalLogger | LoggingHandler. getLogger()Returns the  InternalLoggerthat this handler uses to log
 aChannelEvent. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractInternalLoggerA skeletal implementation of  InternalLogger. | 
| Modifier and Type | Method and Description | 
|---|---|
| static InternalLogger | InternalLoggerFactory. getInstance(Class<?> clazz)Creates a new logger instance with the name of the specified class. | 
| static InternalLogger | InternalLoggerFactory. getInstance(String name)Creates a new logger instance with the specified name. | 
| InternalLogger | Slf4JLoggerFactory. newInstance(String name) | 
| InternalLogger | OsgiLoggerFactory. newInstance(String name) | 
| InternalLogger | Log4JLoggerFactory. newInstance(String name) | 
| InternalLogger | JdkLoggerFactory. newInstance(String name) | 
| InternalLogger | JBossLoggerFactory. newInstance(String name) | 
| abstract InternalLogger | InternalLoggerFactory. newInstance(String name)Creates a new logger instance with the specified name. | 
| InternalLogger | CommonsLoggerFactory. newInstance(String name) | 
Copyright © 2008-2015 The Netty Project. All Rights Reserved.