/logger-cpp

A simple thread-safe logger for modern C++ application

Primary LanguageC++GNU General Public License v3.0GPL-3.0

logger-cpp

A simple thread-safe dependencies-free logger for modern c++ application.

It is designed to be simple to use, fast, and safe to use in a multi-threaded context.

Requirements

  • a C++ 20 capable compiler
  • CMake version > 3.0

Usage

See the example folder.