Is there any way to turn off the output that gets generated while jPCT is initializing :?: My application also prints output and it's sometimes tough to see with all the jPCT output on the screen.
Logger.setLevel(-1);
Thanks for the solution!
I don't see -1 as a constant in the Logger class though. I think I'll use Logger.LL_ONLY_ERRORS insted since I'd like to be notified of errors.