get_multiprocessing_logger
Return the multiprocessing logger.
def get_multiprocessing_logger() - > Logger
Return the multiprocessing logger.
Returns
| Type | Description |
|---|---|
Logger | The logger instance provided by the billiard library if available, otherwise returns None. |