https://github.com/cr0a3/log4cpp
A simple one header cpp logging libary
https://github.com/cr0a3/log4cpp
cpp log4cpp logging logging-library
Last synced: 12 months ago
JSON representation
A simple one header cpp logging libary
- Host: GitHub
- URL: https://github.com/cr0a3/log4cpp
- Owner: Cr0a3
- License: mit
- Created: 2023-08-29T13:46:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T13:57:47.000Z (almost 3 years ago)
- Last Synced: 2025-07-04T17:58:50.546Z (12 months ago)
- Topics: cpp, log4cpp, logging, logging-library
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Log4CPP
A simple logging libary for cpp.

## Example
You can find the example code in the example directory.
Make sure to read the [Readme.md](example/Readme.md)
## License
This Project is under the [MIT LICENSE](LICENSE)