An experiment to build a small, simple to use logging library.
- Small memory footprint
- Not using external library
- Small or no heap allocation
- Easily portable
- Write to different targets like console, file, debug console
- Rule system to select target by log level
- VT100 compatible formatting
- Socket writer
- Rule filter using tag
- terminalizer record/render demo