Skip to content

isdanni/log-bst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .