Creating a logging library

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
  • glog

    C++ implementation of the Google logging module

    I suggest you take a look at GLog (https://github.com/google/glog) - it's got a few more features above my stated minimum and the performance is good (as long as you avoid force-flushing).

  • micrologger

    simple c++ structured logging library (by Breakthru)

    Check out this logging library: https://github.com/Breakthru/micrologger

  • 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.

  • hikogui

    Modern accelerated GUI

    You may also want to look at: https://github.com/hikogui/hikogui/blob/main/src/hikogui/log.hpp

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