(self, msg, *args, **kwargs)
| 277 | self.error_log.info(msg, *args, **kwargs) |
| 278 | |
| 279 | def debug(self, msg, *args, **kwargs): |
| 280 | self.error_log.debug(msg, *args, **kwargs) |
| 281 | |
| 282 | def exception(self, msg, *args, **kwargs): |
| 283 | self.error_log.exception(msg, *args, **kwargs) |
no outgoing calls
no test coverage detected