Simple Logger

"Connect computer with the other machine "

Posted by Ju-yzp on July 6, 2025

日志

需求描述

  1. 多线程安全
  2. 能够通过设置一个标志,注释所有被调用打印日至函数
  3. 能够接受各种参数,例如(“The input parameter is invaild “,num,”it must be a positive number “)

具体实现