Uses of Interface
org.jboss.netty.logging.InternalLogger
Packages that use InternalLogger
Package
Description
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Logs a
ChannelEvent for debugging purpose
using an InternalLogger.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 InternalLoggerModifier and TypeFieldDescriptionprotected static final InternalLoggerAbstractNioSelector.loggerInternal Netty logger.protected static final InternalLoggerAbstractNioSelector.loggerInternal Netty logger.protected static final InternalLoggerAbstractNioSelector.loggerInternal Netty logger.protected static final InternalLoggerAbstractNioSelector.loggerInternal Netty logger. -
Uses of InternalLogger in org.jboss.netty.handler.logging
Methods in org.jboss.netty.handler.logging that return InternalLoggerModifier and TypeMethodDescriptionLoggingHandler.getLogger()Returns theInternalLoggerthat this handler uses to log aChannelEvent. -
Uses of InternalLogger in org.jboss.netty.logging
Classes in org.jboss.netty.logging that implement InternalLoggerMethods in org.jboss.netty.logging that return InternalLoggerModifier and TypeMethodDescriptionstatic InternalLoggerInternalLoggerFactory.getInstance(Class<?> clazz) Creates a new logger instance with the name of the specified class.static InternalLoggerInternalLoggerFactory.getInstance(String name) Creates a new logger instance with the specified name.CommonsLoggerFactory.newInstance(String name) abstract InternalLoggerInternalLoggerFactory.newInstance(String name) Creates a new logger instance with the specified name.JBossLoggerFactory.newInstance(String name) JdkLoggerFactory.newInstance(String name) Log4JLoggerFactory.newInstance(String name) OsgiLoggerFactory.newInstance(String name) Slf4JLoggerFactory.newInstance(String name)