forked from google/glog
-
Notifications
You must be signed in to change notification settings - Fork 0
C++ implementation of the Google logging module
License
Jisuanke/jisuanke-cpp-log
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
本项目基于 google 的 glog 进行定制化开发。 glog 的文档在 doc/ 路径下。 安装时依次执行 cmake . && make && make install 即可。请确保 cmake 的版本 >= 3.3.1,以及 root 权限。 目前已实现的定制化功能: 1. log 按天切分。 2. 高优先级 log 不再输出到低优先级的 log 文件。
About
C++ implementation of the Google logging module
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 51.5%
- Shell 42.6%
- CMake 3.0%
- C 2.5%
- Makefile 0.4%