Use Python logging module
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)
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)