C++ logging library - something I've been working on

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • spdlog

    Fast C++ logging library.

  • I don't think spdlog uses a lockfree queue any longer, it seems the lockfree queue was removed in 2018: https://github.com/gabime/spdlog/commit/b9d7c45e4062fce11de813f683e640f13c9d1760

  • picobench

    A micro microbenchmarking library for C++11 in a single header file

  • lwlog (colored and formatted, synchronous) vs spdlog (colored and formatted, synchronous) - Benchmarked with picobench(https://github.com/iboB/picobench)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • json

    JSON for Modern C++

  • This is what i'm referring to. Its mentioned explicitely in the README. https://github.com/nlohmann/json/blob/develop/include/nlohmann/json_fwd.hpp

  • cpp-logger

    C++ template-based log library

  • Of course, here you are: https://github.com/balazs-bamer/cpp-logger I published it a week ago, but nobody cared. Now it contains the benchmarks as well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts