ewoksutils.logging_utils.cleanup#

Functions

cleanup_handler(handler)

Cleanup and close a python log handler.

cleanup_logger(name)

Cleanup and delete a global python logger.

protect_logging_state()

A context manager for thread-safe and fork-safe access to global logging data structures.