Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huihut/log4cplusplus
基于 log4cplus 封装的自用的 C++ 日志库
https://github.com/huihut/log4cplusplus
log log4cplus logger logging logging-library
Last synced: 15 days ago
JSON representation
基于 log4cplus 封装的自用的 C++ 日志库
- Host: GitHub
- URL: https://github.com/huihut/log4cplusplus
- Owner: huihut
- Created: 2020-06-18T11:58:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T17:41:53.000Z (almost 4 years ago)
- Last Synced: 2024-07-11T05:36:32.428Z (4 months ago)
- Topics: log, log4cplus, logger, logging, logging-library
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# log4cplusplus
基于 log4cplus 封装的自用的 C++ 日志库
## Feature
* [x] 线程安全
* [x] 支持异步
* [x] 支持中文路径和内容
* [x] 支持输出到文件、控制台、调试器
* [x] 支持格式化打印## Clone
```
git clone --recursive https://github.com/huihut/log4cplusplus.git
```## Build
```
./generate_sln.bat
```## Usage
[tests/logtest/main.cc](tests/logtest/main.cc)