Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 256 Bytes

File metadata and controls

9 lines (6 loc) · 256 Bytes

python3-multiprocess-logging

A simple demonstration using multiprocessing library Queue and Process classes, as well as QueueListener and QueueHandler from logging.handlers to ensure only one process is writing to the log file.

Author

Matt Markfort