[slf4j-dev] SimpleLogger prints to the latest value of System.out
Ceki Gülcü
ceki at qos.ch
Wed Jan 11 13:04:47 CET 2017
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
More information about the slf4j-dev
mailing list