adapting_logger 接口功能MindIO TTP提供的默认日志打印logger。 接口格式mindio_ttp.adapting_logger(level: int, msg: str) 接口参数 参数 是否必选 说明 取值要求 level 必选 日志等级。 int。 0:DEBUG1:INFO2:WARNING3:ERROR msg 必选 打印的信息。 str。 返回值无 父主题: API接口参考