UFOID / UFO-Detector

UFO Detector
http://ufoid.net/
GNU General Public License v3.0
54 stars 8 forks source link

Added logging, improved CLI + other fixes #73

Closed hekkup closed 6 years ago

hekkup commented 6 years ago

Added logger class which logs messages into log file and stdout. The log is used in both GUI and CLI sides, though GUI only uses log file and outputs to stdout so messages are not visible in the GUI. Not all output messages are logged.

CLI has been improved by adding more command line options.

Commit cf185d4 adds printing unit test output into XML files, in addition to normal output.