Skip to content

Use Python logging module

Thomas Vincent requested to merge tvincent/xsocs:logging into master

This MR makes use of the logging python module instead of print for more flexible logging messages. It still uses print in multiprocessing part.

closes #17 (closed)

Merge request reports