Improve documentation for the two-args formatter in LoggingHandler
This commit is contained in:
parent
99c01aa9f3
commit
f1ea6fb98f
@ -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 eventName the name of the event
|
||||||
* @param firstArg the first argument of the event
|
* @param firstArg the first argument of the event
|
||||||
|
Loading…
Reference in New Issue
Block a user