How do I stop a Java library from printing to the console?

Posted by dave on Stack Overflow See other posts from Stack Overflow or by dave
Published on 2010-03-08T17:54:49Z Indexed on 2010/03/08 20:21 UTC
Read the original article Hit count: 107

Filed under:
|
|

I am using a library that prints a bunch of superfluous information to the console when I reference it. Is there a way to silence the output of the library?

© Stack Overflow or respective owner

Related posts about java

Related posts about console