Simple log aggregator inspired by logstash written in C++ for best performance
- Grab logs from sources and forward them to appenders
For example, you can grab logs from udp port and forward it to file
[examples will be later]
To build this project you need:
- conan
- cmake
- g++9 (or other c++17 and c++2a compatible compiler)
[more instructions will be later]