ewoksutils.logging_utils.cleanup.protect_logging_state#

ewoksutils.logging_utils.cleanup.protect_logging_state()[source]#

A context manager for thread-safe and fork-safe access to global logging data structures. It can be used recursively.

Return type:

Generator[None, None, None]