Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 248 Bytes

readme.md

File metadata and controls

4 lines (3 loc) · 248 Bytes

Redirecting stderr in java

A sample project to show some behaviour on about redirecting stderr, useful if there is a library using it to report errors and warnings but not raising exceptions and the like. You can do the same with stdout as well.