文件名称:SimpleLogger:C++ 中的简单记录器,转发 std
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-19 04:37:09
C++
简单记录器 C++ 中的简单记录器 要编译使用此命令: make 清理项目 make clean 之后,您可以通过运行以下命令来运行此示例 ./main.o 执行后将创建 3 个文件,程序将在其中输出结果 cout.log - std::cout 输出可见的地方 cerr.log - std::cerr 输出可见的地方 clog.log - std::clog 输出可见的地方
【文件预览】:
SimpleLogger-master
----LICENSE(1KB)
----src()
--------main.cpp(1KB)
----makefile(71B)
----.gitignore(242B)
----README.md(457B)