[
https://issues.apache.org/jira/browse/LOG4J2-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296136#comment-17296136
]
ASF subversion and git services commented on LOG4J2-3033:
---------------------------------------------------------
Commit 9f243f208f9483841fdfa2eb6a12593f8d9393c3 in logging-log4j2's branch
refs/heads/release-2.x from Ralph Goers
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=9f243f2 ]
LOG4J2-3033 - Add changes.xml entry
> LogBuilder don't require a message
> ----------------------------------
>
> Key: LOG4J2-3033
> URL: https://issues.apache.org/jira/browse/LOG4J2-3033
> Project: Log4j 2
> Issue Type: New Feature
> Reporter: Caleb Cushing
> Priority: Major
>
> So based on the documentation, it looks like when you use a LogBuilder that a
> message is required. I personally set throwable only logging messages to
> {{""}}. It'd be nice to not have to set one. Maybe this:
> {code:java}
> logger.atError().withThrowable(exception).log();{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)