程序包 | 说明 |
---|---|
org.jboss.netty.handler.logging |
Logs a
ChannelEvent for debugging purpose
using an InternalLogger . |
org.jboss.netty.logging |
Simplistic internal-use-only logging layer which allows a user to
decide what logging framework Netty should use.
|
限定符和类型 | 方法和说明 |
---|---|
InternalLogger |
LoggingHandler.getLogger()
Returns the
InternalLogger that this handler uses to log
a ChannelEvent . |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractInternalLogger
A skeletal implementation of
InternalLogger . |
限定符和类型 | 方法和说明 |
---|---|
static InternalLogger |
InternalLoggerFactory.getInstance(java.lang.Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static InternalLogger |
InternalLoggerFactory.getInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
Slf4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
OsgiLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
Log4JLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
JdkLoggerFactory.newInstance(java.lang.String name) |
InternalLogger |
JBossLoggerFactory.newInstance(java.lang.String name) |
abstract InternalLogger |
InternalLoggerFactory.newInstance(java.lang.String name)
Creates a new logger instance with the specified name.
|
InternalLogger |
CommonsLoggerFactory.newInstance(java.lang.String name) |