corliber / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Remove all System.{out,err} uses #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please use labels and text to provide additional information.

To be more compatible with UIMA, we should use Loggers everywhere instead
of printing to System.out or System.err. Some information about how to do
this is here:

http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/htm
l/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.logging

Original issue reported on code.google.com by steven.b...@gmail.com on 5 Dec 2008 at 6:14

GoogleCodeExporter commented 8 years ago

Original comment by pvogren@gmail.com on 13 Mar 2009 at 6:46

GoogleCodeExporter commented 8 years ago
I added a unit test that checks the src directory for usage of System.out and
System.err.  There are a number of exceptions added directly to the test (e.g.
classes with main methods.)  

Original comment by pvogren@gmail.com on 5 May 2009 at 8:53