OpenCDSS / cdss-app-statedmi-main

StateDMI main application, tests, and documentation
GNU General Public License v3.0
1 stars 0 forks source link

Change main program logging to use stderr #61

Closed smalers closed 5 years ago

smalers commented 5 years ago

The Message class was updated to use stderr rather than stdout for console messages so that program output written to stdout is clearly separate. Need to update the main StateDMI program to write to stderr.

smalers commented 5 years ago

Change the StateDMI main program to output messages to stderr. Close the issue.