(
self,
message,
title="",
title_color="",
)
| 119 | ) |
| 120 | |
| 121 | def debug( |
| 122 | self, |
| 123 | message, |
| 124 | title="", |
| 125 | title_color="", |
| 126 | ): |
| 127 | self._log(title, title_color, message, logging.DEBUG) |
| 128 | |
| 129 | def info( |
| 130 | self, |
no test coverage detected