LogExceptHook
- class LogExceptHook(hook_to=None, name=None, level=40)[source]
A callable class that acts as an excepthook that logs the exception in the python logging system.
- Parameters:
Import from
taurus.core.util.log
as:from taurus.core.util.log import LogExceptHook