aawad6 opened a new pull request, #1638:
URL: https://github.com/apache/logging-log4j2/pull/1638

   As discussed in 
[#Issue1569](https://github.com/apache/logging-log4j2/issues/1569) Log4j API 
doc doesn't mention the feature of passing a `Throwable` as the last parameter 
of any of the `log` methods without adding an extra substituting parameter. 
   
   This PR updates Log4j API documentation to reflect the throwable as the last 
parameter feature. 
   `logger.debug("Logging in user {} with birthday {}", user.getName(), 
user.getBirthdayCalendar(), exception);`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to