Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There seems to be no concept of logging used by the libraries. Instead System.out.println is hard-coded in many places where debug information using a logging framework would do it.
This makes awkward to use the modules integrated into a different application (as it spams our logs or console).
Is the usage of System.out in core classes (like GISTrainer) by choice? Or is it simply a technical debt? I am happy to work on it and provide a patch if this is a technical debt.
Attachments
Issue Links
- relates to
-
OPENNLP-1447 Move from System.out/System.err to SLF4J
- Closed
- links to
- mentioned in
-
Page Loading...