Appearance
统一彩色日志模块,被多数脚本复用。
from memory_bench.scripts.bench_logger import log log.info("信息消息") log.warning("警告消息") log.error("错误消息")