ismir-mirex / nemadiy

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

Switch all NemaComponent and Nema Analytics classes to take a PrintStream for logging #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Switch all NemaComponent and Nema Analytics classes to take a PrintStream 
for logging.

Currently a mixture of Handlers, Loggers and System.out.print statements are 
used. 

All access to loggers should be through a getLogger() call, and all classes 
should be able to take a Printstream and setup a Formatter and Handler to 
add to their default Logger.

Original issue reported on code.google.com by kris.west@gmail.com on 6 Mar 2010 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 6 Mar 2010 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 8 Mar 2010 at 9:23