logging¶
Common logging related functions.
- class CustomLogger(name, level=0)[source]¶
- Bases: - Logger- Custom implementation of the - logging.Loggerclass with an added- tracemethod.
- get_logger(name=None)[source]¶
- Utility to make mypy recognise that logger is of type - CustomLogger.- Parameters:
- Return type:
- Returns:
- An instance of the - CustomLoggerclass.