raphaelmarcucci

Results 4 comments of raphaelmarcucci

This fix would seriously be needed. Any update would be more than welcome.

Found! FileAppender methods open and reopen use modes to open the file. Adding flag "std::ios::binary" in method "open" and "std::ios_base::binary" in method "reopen" enables to log the multiline messages untouched....

In case this helps: I wrote more details about this issue, just one minute before you :) Hope it helps.

I noticed a side effect to the change I did. In the pattern layout, "%n" is supposed to return an end-of-line which is platform dependant. But, in binary text mode,...