(self, msg, *args, **kwargs)
| 63 | |
| 64 | # skip the run-of-the-mill logs |
| 65 | def debug(self, msg, *args, **kwargs): |
| 66 | self.log(logging.DEBUG, msg, *args, **kwargs) |
| 67 | |
| 68 | def log(self, lvl, msg, *args, **kwargs): |
| 69 | """Log a given statistic if metric, value and type are present |