swebb2066 opened a new pull request, #663:
URL: https://github.com/apache/logging-log4cxx/pull/663

   This PR enhances the Socket interface to make it a possible extension point.
   
   The PR also introduces enhanced internal logging support, and uses the newly 
added test code to explore the new functionality.
   
   - the existing (unused) `LOGLOG_DEBUG` and a new `LOGLOG_TRACE` macro call a 
new `LogLog::trace` method.
   - `LogLog::trace` method calls are included only when the 
`-DLOG4CXX_TEST_ONLY_BUILD=on` parameter is used when building Log4cxx.
   - `LogLog::trace` method allows output quantity to be controlled using the 
level of the provided `Logger`
   - `LogLog::trace` method can use UTF-8 string types even with 
`LOG4CXX_CHAR=wchar_t` builds


-- 
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