Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 305 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 305 Bytes

log-bst

Compiled log library in C++11.

Supports

  • logging for:
    • syslog
    • event
    • console
    • custom logging(TODO)
  • formatting
  • multithreading logging
  • environment variables

Get Started

$ git clone https://github.com/isdanni/log-bst.git
$ cd log-bst
$ cmake .