Issue 93: Switch all NemaComponent and Nema Analytics classes to take a PrintStream for logging
Status:  Fixed
Owner:
Closed:  Mar 2010
Project Member Reported by kris.west@gmail.com, Mar 6, 2010
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.
Mar 6, 2010
Project Member #1 kris.west@gmail.com
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-High
Mar 8, 2010
Project Member #2 kris.west@gmail.com
(No comment was entered for this change.)
Status: Fixed