Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
Operating System: All
Platform: All
-
37
Description
Several standard JDK classes "log" to System.err
There should be a configuration option to redirect them to a Logger.
System.setErr(/* PrintStream writing to logger */)
Things to look out for: PrintStream's encoding
Attachments
Issue Links
- is duplicated by
-
LOGBACK-641 Include PrintStream suitable to replace System.out/err
- Resolved