|
The Netty Project 3.2.5.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalLogger | |
---|---|
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. |
Uses of InternalLogger in org.jboss.netty.handler.logging |
---|
Methods in org.jboss.netty.handler.logging that return InternalLogger | |
---|---|
InternalLogger |
LoggingHandler.getLogger()
Returns the InternalLogger that this handler uses to log
a ChannelEvent . |
Uses of InternalLogger in org.jboss.netty.logging |
---|
Classes in org.jboss.netty.logging that implement InternalLogger | |
---|---|
class |
AbstractInternalLogger
A skeletal implementation of InternalLogger . |
Methods in org.jboss.netty.logging that return InternalLogger | |
---|---|
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 |
JdkLoggerFactory.newInstance(String name)
|
InternalLogger |
JBossLoggerFactory.newInstance(String name)
|
InternalLogger |
OsgiLoggerFactory.newInstance(String name)
|
abstract InternalLogger |
InternalLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name. |
InternalLogger |
Log4JLoggerFactory.newInstance(String name)
|
InternalLogger |
Slf4JLoggerFactory.newInstance(String name)
|
InternalLogger |
CommonsLoggerFactory.newInstance(String name)
|
|
The Netty Project 3.2.5.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |