https://github.com/isdanni/log-bst
customized logging library
https://github.com/isdanni/log-bst
cpp11 dl-trust-and-safety logging logging-library spin-lock
Last synced: 9 months ago
JSON representation
customized logging library
- Host: GitHub
- URL: https://github.com/isdanni/log-bst
- Owner: isdanni
- Created: 2021-11-11T10:21:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T13:20:13.000Z (over 4 years ago)
- Last Synced: 2025-09-08T17:43:55.190Z (10 months ago)
- Topics: cpp11, dl-trust-and-safety, logging, logging-library, spin-lock
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 90
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# log-bst
Compiled log library in C++11.
### Supports
- logging for:
- syslog
- event
- console
- custom logging(TODO)
- formatting
- multithreading logging
- environment variables
### Get Started
```shell
$ git clone https://github.com/isdanni/log-bst.git
$ cd log-bst
$ cmake .
```