Introduce generic logging infrastructure
authorRalf Ertzinger <ralf@skytale.net>
Sat, 1 Mar 2014 18:20:33 +0000 (19:20 +0100)
committerRalf Ertzinger <ralf@skytale.net>
Sat, 1 Mar 2014 18:20:33 +0000 (19:20 +0100)
Start using the python logging module to handle output and log
messages. A single logger named 'time-slider' is used from the
main program and all modules.

All direct calls to sys.stderr.write are moved to .error
calls on the respective logger.

When running in foreground mode all log messages are sent to
stdout, when running in background mode all log messages are
sent to syslog.


No differences found