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 99c01aa9f3
commit f1ea6fb98f

View File

@ -329,7 +329,8 @@ public class LoggingHandler extends ChannelHandlerAdapter {
}
/**
* 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