Fully Permissive License C++ Logger For Embedded System

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. plog

    Portable, simple and extensible C++ logging library

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. emio

    A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.

    It isn't a logger but similar like fmt is the base formatting library for spdlog, I present to you: emio.

  4. trice

    🟢 super fast 🚀 and tiny 🐥 embedded device 𝘾 printf-like trace ✍ code, works also inside ⚡ interrupts ⚡ and real-time PC 💻 logging (trace ID visualization 👀)

  5. elog

    Embedded logger with minimal footprint and memory usage

    There is a similar concept in this project. but it lacks some infrastructure like a synchronous decoder and various transfer channel support. https://github.com/martinribelotta/elog

  6. obc

    https://gitlab.com/acubesat/obc/logger/-/blob/main/inc/Logger.hpp what about this?

  7. Magic Enum C++

    Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

    Also, a shoutout to Magic Enum: https://github.com/Neargye/magic_enum

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

  • C++ Game Utility Libraries: for Game Dev Rustaceans

    9 projects | dev.to | 13 Mar 2024
  • what annoys you most while using c++?

    5 projects | /r/cpp | 28 Aug 2022
  • How do I make my github project straight out of github buildable (no library dependecy errors,no library manager bullshit)?

    3 projects | /r/cpp_questions | 8 Aug 2021
  • NET 9 BinaryFormatter migration paths

    3 projects | dev.to | 30 Nov 2024
  • Poco C++ Libraries: Build High-Performance Cross-Platform Apps for IoT and More

    1 project | news.ycombinator.com | 28 Aug 2024

Did you know that C++ is
the 7th most popular programming language
based on number of references?