Updated Javadoc

This commit is contained in:
Trustin Lee 2009-05-22 06:39:48 +00:00
parent 1116ae4733
commit c5c3fbcb20

View File

@ -126,7 +126,9 @@ public class LoggingHandler implements ChannelUpstreamHandler, ChannelDownstream
/** /**
* Logs the specified event to the {@link InternalLogger} returned by * Logs the specified event to the {@link InternalLogger} returned by
* {@link #getLogger()}. * {@link #getLogger()}. If hex dump has been enabled for this handler,
* the hex dump of the {@link ChannelBuffer} in a {@link MessageEvent} will
* be logged together.
*/ */
public void log(ChannelEvent e) { public void log(ChannelEvent e) {
if (getLogger().isDebugEnabled()) { if (getLogger().isDebugEnabled()) {