mplog - Mplog - Parallel process logging¶
-
class
vdrp.mplog.MultiProcessingHandler(name, sub_handler=None)[source]¶ Bases:
logging.Handler-
close()[source]¶ Tidy up any resources used by the handler.
This version removes the handler from an internal map of handlers, _handlers, which is used for handler lookup by name. Subclasses should ensure that this gets called from overridden close() methods.
-