def log_simple(self, msg: str) -> None: self.logger.info(self.strip_formatting_tags(msg)) if self.to_console: Logger.pprint(msg)