All the driver logs are handled in the same way as normal Python programs. ... basicConfig(level=logging.INFO) def log(self, msg): logging.info(msg) actor ...
確定! 回上一頁