reckart opened a new pull request #151:
URL: https://github.com/apache/uima-uimaj/pull/151


   - Extract Log4J2 log capturing code into a convenient auto-closable class
   - Add test at the level of the Slf4JLogger_impl to test that messages are 
logged properly
   - The Slf4jLogger_implCapturingTest should really work with an 
Slf4jLogger_impl and not be fooled by Slf4jLogger_impl.getInstance() returning 
another logger instead
   - Made constructor of Slf4JLogger_impl package private to be able to use it 
in the test mentioned above
   - Also add a Log4JLogger_implCapturingTest which is essentially a copy of 
the Slf4jLogger_implCapturingTest but using the Log4jLogger_impl logger 
implementation
   - Added workaround to 
[LOG4J-3177](https://issues.apache.org/jira/browse/LOG4J2-3177) by pulling the 
throwable from the args list and providing it explicitly if the last argument 
in the args list is a throwable
   - Formatting


-- 
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: dev-unsubscr...@uima.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to