5.3.1.24.12.2. cli.helpers.logger.get_listener
- cli.helpers.logger.get_listener(queue: Queue) QueueListener
Creates and returns a QueueListener for handling log records from a queue.
- Parameters:
queue – The multiprocessing queue from which to listen for log records.
- Returns:
- An instance of QueueListener attached to the
provided queue and current logger handlers.
- Return type:
QueueListener