StronglogicSolutions / klogger

KIQ Logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KLogger

Async fmt logger inspired by spdlog and g3log for C++20 and up, but simpler and with coloured logging. Object-based (no macros).

Sinks

  • File sink
  • Console sink

Log Levels

  • trace
  • debug
  • info
  • warn
  • error
  • fatal
  • silent

Dependencies

That's it, that's all

About

KIQ Logger


Languages

Language:C++ 97.6%Language:CMake 2.4%