//https://github.com/q191201771/starry-night/tree/master/src/base
/*
chef_log.cc
chef_log.h
*/
bool debuglog;
chef::log::init(debuglog ? chef::log::mode::mode_debug : chef::log::mode::mode_release,
"log/cls.log.%Y%m%dT%H%M%S.%N");
c++ git上的log库使用
最新推荐文章于 2025-04-02 16:06:08 发布