refacktor / quantdesk

Automatically exported from code.google.com/p/quantdesk
4 stars 4 forks source link

Streamline (assure orderliness in) logging #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the following techniques are used for logging in QuantDesk_UI project:
* System.out.println()
* Apache Commons Logging
* JFree Logging

Use only System.out.println() or the standard Java Logging API, remove usages 
of all the other techniques (decided in e-mail correspondence with Alex Ramos 
on 27-Aug-2010).

Original issue reported on code.google.com by Andrey.D...@gmail.com on 10 Sep 2010 at 9:41