awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to conradev/blocktypedescription

Open-source alternatives to BlockTypeDescription

30 open-source projects similar to conradev/blocktypedescription, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BlockTypeDescription alternative.

  • 3hren/blackholeالصورة الرمزية لـ 3Hren

    3Hren/blackhole

    205عرض على GitHub↗

    Yet another logging library.

    C++logging
    عرض على GitHub↗205
  • afiqiqmal/ezyloggerالصورة الرمزية لـ afiqiqmal

    afiqiqmal/EzyLogger

    8عرض على GitHub↗

    Simple Logger for Android

    Java
    عرض على GitHub↗8
  • amrayn/easyloggingppالصورة الرمزية لـ amrayn

    amrayn/easyloggingpp

    3,937عرض على GitHub↗

    Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and application events. It functions as an asynchronous logger, processing messages on a background thread to reduce latency and prevent blocking the main execution path. The project includes a log rotation manager to automatically truncate or roll over files once they reach a specified disk size limit. It also serves as a performance tracking tool for measuring function execution timing and recording checkpoints to identify processing bottlenecks. The library covers a broad range

    C++
    عرض على GitHub↗3,937
  • apache/log4jالصورة الرمزية لـ apache

    apache/log4j

    868عرض على GitHub↗

    Dear Log4j community,

    Java
    عرض على GitHub↗868
  • boostorg/logالصورة الرمزية لـ boostorg

    boostorg/log

    206عرض على GitHub↗

    Boost Logging library

    C++
    عرض على GitHub↗206
  • bugfender/bugfendersdk-android-sampleالصورة الرمزية لـ bugfender

    bugfender/BugfenderSDK-android-sample

    44عرض على GitHub↗

    Example application using Bugfender SDK in Android

    Java
    عرض على GitHub↗44

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • christianpanov/lwlogالصورة الرمزية لـ ChristianPanov

    ChristianPanov/lwlog

    347عرض على GitHub↗

    Very fast synchronous and asynchronous C++17 logging library

    C++
    عرض على GitHub↗347
  • cocoalumberjack/cocoalumberjackالصورة الرمزية لـ CocoaLumberjack

    CocoaLumberjack/CocoaLumberjack

    13,327عرض على GitHub↗

    CocoaLumberjack is a logging framework designed for Apple platforms, providing a system for capturing, filtering, and managing diagnostic messages within mobile and desktop applications. It serves as a tool for monitoring software health and troubleshooting runtime issues by recording application events across various severity levels. The framework utilizes a modular architecture that allows developers to define custom log levels and route diagnostic output to multiple concurrent destinations, including the system console, local files, and remote servers. It incorporates an asynchronous pipel

    Objective-Ccarthagecocoalumberjackcocoapods
    عرض على GitHub↗13,327
  • delgan/loguruالصورة الرمزية لـ Delgan

    Delgan/loguru

    23,964عرض على GitHub↗

    Loguru is a Python logging library and thread-safe framework designed for recording system events and diagnostic messages. It functions as a structured logging tool that can serialize messages into JSON strings with metadata for automated parsing and analysis. The library includes a specialized exception tracker that captures unhandled crashes across main and background threads, rendering detailed stack traces that include local variable values. It further distinguishes itself through a unified routing pipeline that can intercept messages from the standard library logging module and dispatch

    Python
    عرض على GitHub↗23,964
  • dropwizard/metricsالصورة الرمزية لـ dropwizard

    dropwizard/metrics

    7,845عرض على GitHub↗

    This project is an application performance monitoring tool and JVM metrics library designed to measure workload behavior and export performance data to external monitoring databases. It serves as an instrumentation toolkit for tracking resource usage and internal runtime behavior within a Java execution environment. The system focuses on application performance measurement and JVM application monitoring, specifically tracking system health and runtime resource analysis to identify bottlenecks and stability issues. It provides a mechanism for external metrics export, sending captured data to t

    Java
    عرض على GitHub↗7,845
  • emaloney/cleanroomloggerالصورة الرمزية لـ emaloney

    emaloney/CleanroomLogger

    1,318عرض على GitHub↗

    CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant

    Swift
    عرض على GitHub↗1,318
  • emilk/loguruالصورة الرمزية لـ emilk

    emilk/loguru

    1,900عرض على GitHub↗

    A lightweight C++ logging library

    C++
    عرض على GitHub↗1,900
  • erlang-lager/lagerالصورة الرمزية لـ erlang-lager

    erlang-lager/lager

    1,129عرض على GitHub↗

    Overview Lager (as in the beer) is a logging framework for Erlang. Its purpose is to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog.

    Erlang
    عرض على GitHub↗1,129
  • fpillet/nsloggerالصورة الرمزية لـ fpillet

    fpillet/NSLogger

    4,988عرض على GitHub↗

    NSLogger is a remote logging framework and binary data logger designed to stream application traces from devices to a dedicated network log viewer. It enables the transmission of system traces over a network, utilizing SSL encryption to ensure secure telemetry transmission. The system distinguishes itself by supporting the embedding of raw binary data and images directly into log streams for visual inspection within the viewer. It also includes an offline log buffer that stores traces locally during network outages and automatically transmits them once connectivity is restored. The framework

    Objective-C
    عرض على GitHub↗4,988
  • gabime/spdlogالصورة الرمزية لـ gabime

    gabime/spdlog

    28,922عرض على GitHub↗

    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
    عرض على GitHub↗28,922
  • goktugyil/qorumlogsالصورة الرمزية لـ goktugyil

    goktugyil/QorumLogs

    781عرض على GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    عرض على GitHub↗781
  • google/glogالصورة الرمزية لـ google

    google/glog

    7,355عرض على GitHub↗

    glog is a C++ logging framework designed for recording application events and system diagnostics. It provides a stream-based interface for capturing debugging information and managing system event persistence. The library includes a stack trace logger that captures execution call stacks and resolves memory addresses into readable function names. It also features a dedicated error handling module to manage system shutdown and reporting during fatal failures. Log lifecycle management is handled through automatic rotation and deletion of old files to prevent disk space exhaustion. The framework

    C++
    عرض على GitHub↗7,355
  • graylog2/graylog2-serverالصورة الرمزية لـ Graylog2

    Graylog2/graylog2-server

    8,066عرض على GitHub↗

    Graylog2-server is an open-source centralized log management system and aggregator. It functions as a log analysis platform designed to collect, index, and analyze log data from multiple sources within a centralized searchable index. The system provides capabilities for enterprise log aggregation and infrastructure monitoring. It enables the gathering of logs from various servers and applications to facilitate log data analysis and root cause troubleshooting across a network. The platform utilizes a distributed indexing pipeline and message-queue based ingestion to handle log streams. It inc

    Javaamqpgelfgraylog
    عرض على GitHub↗8,066
  • ihsanbal/logginginterceptorالصورة الرمزية لـ ihsanbal

    ihsanbal/LoggingInterceptor

    1,356عرض على GitHub↗

    An OkHttp interceptor which has pretty logger for request and response. +Mock support

    Kotlin
    عرض على GitHub↗1,356
  • jakewharton/timberالصورة الرمزية لـ JakeWharton

    JakeWharton/timber

    10,833عرض على GitHub↗

    Timber is an extensible logging framework and wrapper for Android applications. It provides an interface that extends the standard Android logging class to enable customizable output destinations and routing logic. The system uses a tree-based dispatch model and a plugin system to direct log messages to multiple external handlers. This allows for custom log routing to external services or files based on the current environment or specific criteria. The project includes tools for monitoring and observability, specifically a performance validator that analyzes logging calls to detect inefficie

    Kotlin
    عرض على GitHub↗10,833
  • jgaa/logfaultالصورة الرمزية لـ jgaa

    jgaa/logfault

    64عرض على GitHub↗

    One C++ log library to rule them all! MacOS, IOS, Android, Linux, Windows, QT, std::clog

    C++
    عرض على GitHub↗64
  • kjellkod/g3logالصورة الرمزية لـ KjellKod

    KjellKod/g3log

    956عرض على GitHub↗

    G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.

    C++asyncasynchronousc-plus-plus
    عرض على GitHub↗956
  • log4cplus/log4cplusالصورة الرمزية لـ log4cplus

    log4cplus/log4cplus

    1,729عرض على GitHub↗

    log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.

    C++
    عرض على GitHub↗1,729
  • mattiasflodin/recklessالصورة الرمزية لـ mattiasflodin

    mattiasflodin/reckless

    509عرض على GitHub↗

    Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.

    C++
    عرض على GitHub↗509
  • mengrao/fmtlogالصورة الرمزية لـ MengRao

    MengRao/fmtlog

    1,020عرض على GitHub↗

    fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.

    C++fmtlibhigh-performancelogging
    عرض على GitHub↗1,020
  • mugglewei/haclogالصورة الرمزية لـ MuggleWei

    MuggleWei/haclog

    80عرض على GitHub↗

    Haclog(Happy Aync C log) is an extremely fast plain C logging library

    Cchigh-performancelogging
    عرض على GitHub↗80
  • ng-log/ng-logالصورة الرمزية لـ ng-log

    ng-log/ng-log

    110عرض على GitHub↗

    C++ library for application-level logging

    C++
    عرض على GitHub↗110
  • nlog/nlogالصورة الرمزية لـ NLog

    NLog/NLog

    6,542عرض على GitHub↗

    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
    عرض على GitHub↗6,542
  • odygrd/quillالصورة الرمزية لـ odygrd

    odygrd/quill

    2,931عرض على GitHub↗

    Asynchronous Low Latency C++ Logging Library

    C++
    عرض على GitHub↗2,931
  • orhanobut/loggerالصورة الرمزية لـ orhanobut

    orhanobut/logger

    13,849عرض على GitHub↗

    This Android logging library is a toolkit for printing formatted, stylized, and filtered debug messages to the Android console and local files. It functions as a console log styler, a log file writer, and a formatter for converting complex data into human-readable text. The library provides specific utilities for customizing the visual appearance of logs by tracking thread information and call depth. It includes capabilities for converting JSON, XML, and collection data into readable formats and saving console entries to local files for offline analysis. The system covers broader log managem

    Java
    عرض على GitHub↗13,849