public final class DebugUtil
extends java.lang.Object
"org.jboss.netty.debug" system property (e.g.
java -Dorg.jboss.netty.debug ...)
If debug mode is disabled (default), the stack trace of the exceptions are compressed to help debugging a user application.
If debug mode is enabled, the stack trace of the exceptions raised in
ChannelPipeline or ChannelSink are retained as it is to help
debugging Netty.
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isDebugEnabled()
Returns
true if and only if Netty debug mode is enabled. |