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.