An open API service indexing awesome lists of open source software.

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

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
```