BadStdOut

BadStdOut

36.7k Downloads

STDERR capture

adryd325 opened this issue ยท 3 comments

commented

Some mods like to print exceptions to STDERR. Would it be possible to figure out what class is logging to STDERR

commented

I don't remember what mod was doing this off the top of my head, but it should be as simple to implement as hooking System.err as well as System.out

commented

Can you give me some examples?

commented

fixed in 83cb67e

System.setErr(new SourceAwarePrintStream("STDERR", System.err));

thanks for your work on this mod c: