Improve documentation for the two-args formatter in LoggingHandler

This commit is contained in:
Trustin Lee 2013-12-02 18:58:56 +09:00
parent fbed62249c
commit 3d874f0bd7

View File

@ -334,7 +334,8 @@ public class LoggingHandler extends ChannelDuplexHandler {
}
/**
* Formats an event and returns the formatted message.
* Formats an event and returns the formatted message. This method is currently only used for formatting
* {@link ChannelHandler#connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise)}.
*
* @param eventName the name of the event
* @param firstArg the first argument of the event