himbeerecouch.log

Logging utilities

class himbeerecouch.log.MPLogHandler(out_file=None)[source]

multiprocessing log handler

This handler makes it possible for several processes to log to the same file by using a queue.

Parameters:out_file (str) – name of output file, if None then is output to stdout/stderr