Skip to content

BalazsM/sandbox-logger-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger library experiment

An experiment to build a small, simple to use logging library.

Goals

  • Small memory footprint
  • Not using external library
  • Small or no heap allocation
  • Easily portable

Features

  • Write to different targets like console, file, debug console
  • Rule system to select target by log level
  • VT100 compatible formatting

TODO

  • Socket writer
  • Rule filter using tag
  • terminalizer record/render demo

About

Logger experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages