You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Ceki Gülcü <ce...@qos.ch> on 2017/01/11 12:04:57 UTC

SimpleLogger prints to the latest value of System.out

Hello all,

In issue SLF4J-389 [1] user Igor Polevoy observed that once initialized, 
SimpleLogger always used the same reference to System.out (or 
System.err). He feels that this can interfere in test where  System.out 
is modified in order to capture log output.

Commit 69be5f7f [2] ensures that SimpleLogger prints to the latest value 
of System.out.

Please let me know if this may be an issue for you.

Best regards,

--
Ceki

[1] http://jira.qos.ch/browse/SLF4J-389
[2] https://github.com/qos-ch/slf4j/commit/69be5f7f9875

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org