waft.utilities.log_action module

waft.utilities.log_action.log_action(func)

Decorator that logs the start and ending of a particular action

waft.utilities.log_action.log_debug_action(func)

Decorator that logs the start and ending of a particular action at the debug level

waft.utilities.log_action.print_and_log(logger, msg: str, log_level: str = 'info')

Print a message and log it