Uses of Package
org.jboss.netty.logging
-
Packages that use org.jboss.netty.logging 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. -
Classes in org.jboss.netty.logging used by org.jboss.netty.channel.socket.nio Class Description InternalLogger Internal-use-only logger used by Netty. -
Classes in org.jboss.netty.logging used by org.jboss.netty.handler.logging Class Description InternalLogger Internal-use-only logger used by Netty.InternalLogLevel The log level thatInternalLogger
can log at. -
Classes in org.jboss.netty.logging used by org.jboss.netty.logging Class Description InternalLogger Internal-use-only logger used by Netty.InternalLoggerFactory Creates anInternalLogger
or changes the default factory implementation.InternalLogLevel The log level thatInternalLogger
can log at.