[ https://issues.apache.org/jira/browse/LOG4J2-2639?focusedWorklogId=265294&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-265294 ]
ASF GitHub Bot logged work on LOG4J2-2639: ------------------------------------------ Author: ASF GitHub Bot Created on: 22/Jun/19 15:38 Start Date: 22/Jun/19 15:38 Worklog Time Spent: 10m Work Description: rgoers commented on pull request #284: LOG4J2-2639 - Allow logging calls to be constructed using a builder pattern URL: https://github.com/apache/logging-log4j2/pull/284 This PR adds methods to the Logger interface to construct and log an event using builder methods. It also allows the location information to either be provided or constructed at lower cost. It takes advantage of Java 8 default methods to maintain backward compatibility. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 265294) Time Spent: 10m Remaining Estimate: 0h > Allow log event to be created using the builder pattern. > -------------------------------------------------------- > > Key: LOG4J2-2639 > URL: https://issues.apache.org/jira/browse/LOG4J2-2639 > Project: Log4j 2 > Issue Type: Task > Components: API > Affects Versions: 3.0.0 > Reporter: Ralph Goers > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > In some cases it would be convenient to create log events using a builder > pattern. One advantage of this approach is that it would allow the location > information to be more easily provided. -- This message was sent by Atlassian JIRA (v7.6.3#76005)