Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP Logging Library


Barely Working

OS support

  • Linux
  • macOS

(not Windows primarily cause of POSIX sockets used in network sink)

Current Features

  • Levels Of Logs
  • Source Of Logs
  • Async write (with async writer thread)
  • Multiple sinks for logs (console, files, network(over UDP))

Build

Run ./compile.sh

OR

mkdir -p build
cd build
cmake ..
cmake --build .

Future Features

  • Adjustable format
  • Windows support

About

A very basic cpp logging library

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages