Logs

do_log_entry(*extra_args, log_level=logging.DEBUG) staticmethod

Decorator to log function entry.

do_log_entry_and_exit(*extra_args, the_logger=None, log_level=logging.DEBUG, log_entry=True, log_exit=True) staticmethod

Decorator to log function entry and exit.

do_log_exit(*extra_args, log_level=logging.DEBUG) staticmethod

Decorator to log function exit.

get_logger(name=None, log_level=logging.DEBUG) staticmethod

Gets a new/existing logger with the given name and log level