Fibry
Fibry copied to clipboard
Replace System.out and System.err with logging
These series of commits removes all System.out
and System.err
from the code replacing in with java.util.logging
, except from examples
and tests
There are also some atomic commits that removes dead/unused code.