https://github.com/fengjungle/log
This is a log system implemented in C++.
https://github.com/fengjungle/log
cpp log
Last synced: 12 months ago
JSON representation
This is a log system implemented in C++.
- Host: GitHub
- URL: https://github.com/fengjungle/log
- Owner: FengJungle
- Created: 2019-11-17T07:27:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T23:17:44.000Z (over 6 years ago)
- Last Synced: 2025-03-25T06:12:03.013Z (about 1 year ago)
- Topics: cpp, log
- Language: C++
- Homepage:
- Size: 11.1 MB
- Stars: 23
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log
This is a log system implemented in C++.
简介:
C++设计实现日志系统,将日志封装为类,方便移植。工程加入log.h和log.cpp后,在工程的任意一个地方都可以调用日志类函数打印日志。
在工程目录下会生成Log文件夹,文件夹里存在一个“工程名.log”的文件,此文件记录了程序运行流程。
博客地址:https://blog.csdn.net/sinat_21107433/article/details/103102542