actio_python_utils.logging_functions.log

actio_python_utils.logging_functions.log(level)[source]

Used as a context manager to log at the specified level temporarily and return to the previous level after exiting

Parameters:

level (int | str) – The logging level to use temporarily

Return type:

None