Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

zcorniere/logger-cpp

Repository files navigation

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.