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

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

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