Files
libsclogging/README.md
2024-11-26 15:27:27 +01:00

26 lines
333 B
Markdown

# libsclogging — Logging for C++
Library for C++ logging. Supports several log levels, as well as optional color
output.
## Build
`make`
after installing dependency:
- [libscterm](https://git.bobpolis.com/bob/libscterm/)
## Install
`sudo make install`
or, on OpenBSD:
`doas gmake install`
## Documentation
In progress.