https://github.com/sb0y/simplelogrotate
https://github.com/sb0y/simplelogrotate
cpp linux log logging logs rotate rotating
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sb0y/simplelogrotate
- Owner: sb0y
- License: mit
- Created: 2017-09-20T22:50:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T23:59:09.000Z (almost 9 years ago)
- Last Synced: 2025-07-22T17:47:05.053Z (11 months ago)
- Topics: cpp, linux, log, logging, logs, rotate, rotating
- Language: C++
- Homepage: https://bagrintsev.me
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple logger with rotation
Just a class on C++ which carries out a rotation of logs if their size too big.
Depends on Linux.
# How to use
In source directory:
```
mkdir -p build && cd build && cmake .. && make
```