awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
armink avatar

armink/EasyLogger

0
View on GitHub↗
4,641 Stars·1,308 Forks·C·MIT·3 Aufrufe

EasyLogger

EasyLogger ist eine leichtgewichtige C/C++-Logging-Bibliothek und ein asynchrones Framework für eingebettete Systeme, IoT-Geräte und Wearables. Es fungiert als ressourceneffizienter Logger und Flash-Speichermanager und bietet Tools für Low-Level-Debugging und die Aufzeichnung von Systemereignissen bei minimalem ROM- und RAM-Bedarf.

Das Projekt zeichnet sich durch ein asynchrones Logging-Modell aus, das Nachrichten in einem separaten Thread puffert, wodurch Logging-Operationen die Echtzeit-Anwendungsausführung nicht blockieren. Es enthält einen spezialisierten Flash-Speichermanager, der zirkuläre Pufferung nutzt, um Logs in nicht-flüchtigem Speicher zu persistieren und so sicherzustellen, dass kritische Daten über Geräte-Reboots hinweg erhalten bleiben.

Die Bibliothek deckt ein breites Spektrum an Beobachtbarkeitsfunktionen ab, einschließlich System-Assertions zur Zustandsvalidierung, Severity-Filterung zur Kompilier- und Laufzeit sowie die Generierung von rohen binären Hex-Dumps. Sie unterstützt die Anreicherung von Metadaten mit Zeitstempeln und Thread-IDs sowie eine portable Schnittstelle zur Weiterleitung von Logs an benutzerdefinierte Ziele wie serielle Schnittstellen oder Dateien.

Das System stellt die Datenintegrität durch Schreibsynchronisation sicher und bietet Mechanismen für das manuelle Leeren von Puffern und das Abrufen gespeicherter Logs.

Features

  • Log Buffering - Decouples log generation from physical writing using high-speed RAM buffers and a background thread.
  • System Logging and Debugging - Implements a resource-efficient logging system designed for monitoring and debugging embedded hardware.
  • Flash Storage Managers - Manages the writing and retrieval of log data from non-volatile flash memory blocks.
  • Persistent Log Buffers - Implements disk-backed storage mechanisms to persist logs in non-volatile flash memory.
  • Embedded System Loggers - Acts as a resource-efficient logger specifically tailored for IoT and wearable devices.
  • Non-Volatile Storage - Ensures critical system logs are preserved across reboots using persistent flash-based storage.
  • Flash Circular Buffers - Provides non-volatile log storage using a circular wrap-around mechanism to maintain a fixed memory footprint.
  • Log Message Formatting - Formats log messages to include metadata such as timestamps, thread IDs, and file paths.
  • Module Tagging - Uses tags to identify specific modules within formatted log messages across different severity levels.
  • C++ Logging Libraries - Provides a lightweight C/C++ library for recording system events and diagnostics in embedded applications.
  • Execution Context Metadata - Enriches log entries with timestamps, process identifiers, and thread information to aid debugging.
  • Asynchronous Logging - Offloads log writing to a background process to ensure logging operations do not block real-time execution.
  • Custom Log Destinations - Directs log data to a variety of portable destinations including serial ports, files, and flash memory.
  • Asynchronous - Ships as an asynchronous logging framework that buffers messages to prevent blocking the main application.
  • Runtime Log Filters - Suppresses or displays logs at runtime based on severity levels, category tags, or keywords.
  • Log Appearance Configurations - Configures which metadata components appear in the output for different severity levels.
  • Asynchronous Buffer Management - Processes logs in the background and manages temporary buffers to maintain application responsiveness.
  • Firmware Debugging - Provides low-level debugging capabilities for firmware, including severity filters and raw binary dumps.
  • Log File Rotators - Manages log file lifecycle by automatically rotating files based on maximum size.
  • IoT Device Development - Supports software behavior tracking and error diagnosis for connected IoT devices and wearables.
  • Binary Hex Dumps - Records unformatted raw data and generates hexadecimal dumps for binary stream debugging.
  • Write Buffering - Accumulates log data in RAM buffers before writing to flash to optimize I/O performance.
  • Flash Log Retrieval - Allows reading logs from flash memory by specific position, range, or as complete sets.
  • Low-Level Debuggers - Generates raw hexadecimal dumps and binary data outputs for low-level system state analysis.
  • Custom Log Formatting - Allows users to define custom log layouts and inject metadata like severity levels and timestamps.
  • Log Interface Synchronization - Prevents log corruption during simultaneous access by locking the output interface using synchronization controls.
  • Logging Destination Plugins - Provides a portable interface for plugging in custom output destinations such as serial ports or files.
  • Compile-Time Instrumentation Filtering - Removes log statements below a certain priority during compilation to minimize binary size.
  • Embedded Log Exporters - Forwards saved logs from flash memory to external targets like serial ports or network interfaces.
  • Embedded Software Libraries - Lightweight and high-performance C/C++ logging library.
  • Embedded Utility Libraries - Lightweight and high-performance logging library for C/C++.
  • Formatting and Logging - Ultra-lightweight high-performance C/C++ log library.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star-Verlauf

Star-Verlauf für armink/easyloggerStar-Verlauf für armink/easylogger

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu EasyLogger

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit EasyLogger.
  • gabime/spdlogAvatar von gabime

    gabime/spdlog

    28,922Auf GitHub ansehen↗

    spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It serves as an asynchronous logging framework and thread-safe library that coordinates access across concurrent threads to maintain message integrity. The project functions as a multi-target log router, distributing single events to multiple destinations such as consoles, files, and system daemons. It includes a log rotation manager that handles file lifecycles through basic, rotating, or daily rollover strategies to prevent disk exhaustion. The library covers a broad range of cap

    C++cppcpp11header-only
    Auf GitHub ansehen↗28,922
  • easylogging/easyloggingppAvatar von easylogging

    easylogging/easyloggingpp

    3,938Auf GitHub ansehen↗

    Easyloggingpp is a header-only C++ logging framework and diagnostic tool designed for recording system events and diagnostic messages. It functions as a thread-safe logging library that synchronizes access across multiple concurrent execution threads to prevent data corruption during event recording. The framework features an asynchronous logger that processes messages on a background thread to minimize latency and prevent blocking the main application. It also acts as a log dispatcher, capable of routing data to local files, system syslog facilities, or remote network destinations for system

    C++
    Auf GitHub ansehen↗3,938
  • nlog/nlogAvatar von NLog

    NLog/NLog

    6,542Auf GitHub ansehen↗

    NLog is an open-source logging framework for .NET that functions as a structured logging library and log routing engine. It captures log events with named parameters as searchable data rather than plain text and directs these messages to various output destinations based on severity and source. The framework is designed as an extensible platform, supporting custom targets, layout renderers, and filters that can be loaded from external assemblies or defined in code. It features a dynamic configuration system that allows logging targets, rules, and layouts to be updated via XML or programmatic

    C#aotaot-compatiblec-sharp
    Auf GitHub ansehen↗6,542
  • log4js-node/log4js-nodeL

    log4js-node/log4js-node

    5,838Auf GitHub ansehen↗

    This is a logging framework for Node.js based on the log4j architecture. It provides a system for managing hierarchical loggers and severity thresholds, allowing application events to be recorded and categorized across different levels of importance. The framework is distinguished by its cluster-aware logging, which synchronizes and coordinates output across multiple process clusters into a unified stream. It also includes a dedicated log file rotation manager that automatically rolls files by date or size to prevent disk space exhaustion, and a network log transporter for sending data to rem

    JavaScript
    Auf GitHub ansehen↗5,838
Alle 30 Alternativen zu EasyLogger anzeigen→

Häufig gestellte Fragen

Was macht armink/easylogger?

EasyLogger ist eine leichtgewichtige C/C++-Logging-Bibliothek und ein asynchrones Framework für eingebettete Systeme, IoT-Geräte und Wearables. Es fungiert als ressourceneffizienter Logger und Flash-Speichermanager und bietet Tools für Low-Level-Debugging und die Aufzeichnung von Systemereignissen bei minimalem ROM- und RAM-Bedarf.

Was sind die Hauptfunktionen von armink/easylogger?

Die Hauptfunktionen von armink/easylogger sind: Log Buffering, System Logging and Debugging, Flash Storage Managers, Persistent Log Buffers, Embedded System Loggers, Non-Volatile Storage, Flash Circular Buffers, Log Message Formatting.

Welche Open-Source-Alternativen gibt es zu armink/easylogger?

Open-Source-Alternativen zu armink/easylogger sind unter anderem: gabime/spdlog — spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It… easylogging/easyloggingpp — Easyloggingpp is a header-only C++ logging framework and diagnostic tool designed for recording system events and… nlog/nlog — NLog is an open-source logging framework for .NET that functions as a structured logging library and log routing… log4js-node/log4js-node — This is a logging framework for Node.js based on the log4j architecture. It provides a system for managing… abumq/easyloggingpp — This project is a thread-safe, asynchronous logging library designed for C++ applications. It provides a comprehensive… unjs/consola — Consola is a diagnostic logging utility and log output manager that provides a unified interface for Node.js and web…