rgoers commented on issue #284: LOG4J2-2639 - Allow logging calls to be constructed using a builder pattern URL: https://github.com/apache/logging-log4j2/pull/284#issuecomment-504775111 Calling log twice on the same LogBuilder would result in 2 identical log messages, other than the timestamp. We could easily add the current thread id to DefaultLogBuilder to verify it is only used on a single thread but is it worth the overhead of checking that on every method call?
---------------------------------------------------------------- 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 With regards, Apache Git Services