Is there a way to set the stream System.err so everything written to it is ignored? (i.e. discarded not outputted)
System.setErr(new PrintStream(new OutputStream() {
public void write(int b) {
}
}));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With