You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2019/10/23 07:37:46 UTC

[logging-log4cxx] branch ghpr_13 deleted (was 82024ff)

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a change to branch ghpr_13
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git.


     was 82024ff  Removed debugging output, replaced "\n" with LOG4CXX_EOL to get in line with the other code and added 0x00 to the raw arrays of logchars or appending strings didn't work.

This change permanently discards the following revisions:

 discard 82024ff  Removed debugging output, replaced "\n" with LOG4CXX_EOL to get in line with the other code and added 0x00 to the raw arrays of logchars or appending strings didn't work.
 discard 753797a  Replaced "\n" with LOG4CXX_EOL, because that was used in one place already and broke tests on Windows this way. HTMLLayout used that only and with now using that only the tests succeed on Windows.
 discard f4311c2  Added some debugging to the failing tests.
 discard febe50e  Things didn't compile when std::wstring was used, many basic strings needed to be enhanced with LOG4CXX_STR. Sadly I've broken the tests that way.