Uses of Interface
org.jboss.netty.logging.InternalLogger
-
Packages that use InternalLogger Package Description org.jboss.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).org.jboss.netty.handler.logging Logs aChannelEvent
for 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. -
-
Uses of InternalLogger in org.jboss.netty.channel.socket.nio
Fields in org.jboss.netty.channel.socket.nio declared as InternalLogger Modifier and Type Field Description protected static InternalLogger
AbstractNioSelector. logger
Internal Netty logger.protected static InternalLogger
AbstractNioSelector. logger
Internal Netty logger.protected static InternalLogger
AbstractNioSelector. logger
Internal Netty logger.protected static InternalLogger
AbstractNioSelector. logger
Internal Netty logger. -
Uses of InternalLogger in org.jboss.netty.handler.logging
Methods in org.jboss.netty.handler.logging that return InternalLogger Modifier and Type Method Description InternalLogger
LoggingHandler. getLogger()
Returns theInternalLogger
that this handler uses to log aChannelEvent
. -
Uses of InternalLogger in org.jboss.netty.logging
Classes in org.jboss.netty.logging that implement InternalLogger Modifier and Type Class Description class
AbstractInternalLogger
A skeletal implementation ofInternalLogger
.Methods in org.jboss.netty.logging that return InternalLogger Modifier and Type Method 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
CommonsLoggerFactory. newInstance(String name)
abstract InternalLogger
InternalLoggerFactory. newInstance(String name)
Creates a new logger instance with the specified name.InternalLogger
JBossLoggerFactory. newInstance(String name)
InternalLogger
JdkLoggerFactory. newInstance(String name)
InternalLogger
Log4JLoggerFactory. newInstance(String name)
InternalLogger
OsgiLoggerFactory. newInstance(String name)
InternalLogger
Slf4JLoggerFactory. newInstance(String name)
-