awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to emaloney/cleanroomlogger

Open-source alternatives to CleanroomLogger

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

  • goktugyil/qorumlogsgoktugyil 的头像

    goktugyil/QorumLogs

    781在 GitHub 上查看↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    在 GitHub 上查看↗781
  • fpillet/nsloggerfpillet 的头像

    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
  • davewoodcom/xcgloggerDaveWoodCom 的头像

    DaveWoodCom/XCGLogger

    3,986在 GitHub 上查看↗

    XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and troubleshooting. It automatically includes metadata such as timestamps, line numbers, function names, and filenames in every log entry. The framework minimizes CPU overhead through deferred string evaluation, which delays expensive interpolation until the active log level is verified. To prevent blocking the main execution thread during I/O tasks, it utilizes an asynchronous log router that offloads writing operations to background queues. The system supports multi-destinatio

    Swift
    在 GitHub 上查看↗3,986
  • nike-inc/willowNike-Inc 的头像

    Nike-Inc/Willow

    1,374在 GitHub 上查看↗

    Willow is a powerful, yet lightweight logging library written in Swift.

    Swift
    在 GitHub 上查看↗1,374

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • bannzai/gedatsubannzai 的头像

    bannzai/Gedatsu

    532在 GitHub 上查看↗

    Gedatsu provide readable format about AutoLayout error console log

    Swiftcocoapodsswiftswiftpackagemanager
    在 GitHub 上查看↗532
  • cocoalumberjack/cocoalumberjackCocoaLumberjack 的头像

    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
  • wojteklu/watchdogwojteklu 的头像

    wojteklu/Watchdog

    1,873在 GitHub 上查看↗

    Class for logging excessive blocking on the main thread

    Swift
    在 GitHub 上查看↗1,873
  • onevcat/rainbowonevcat 的头像

    onevcat/Rainbow

    1,939在 GitHub 上查看↗

    Delightful console output for Swift developers.

    Swift
    在 GitHub 上查看↗1,939
  • sergiusthebest/plogSergiusTheBest 的头像

    SergiusTheBest/plog

    2,546在 GitHub 上查看↗

    Portable, simple and extensible C++ logging library

    C++c-plus-pluscross-platformheader-only
    在 GitHub 上查看↗2,546
  • cosmo/tinyconsoleCosmo 的头像

    Cosmo/TinyConsole

    1,943在 GitHub 上查看↗

    TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.

    Swift
    在 GitHub 上查看↗1,943
  • ihsanbal/logginginterceptorihsanbal 的头像

    ihsanbal/LoggingInterceptor

    1,356在 GitHub 上查看↗

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

    Kotlin
    在 GitHub 上查看↗1,356
  • orhanobut/loggerorhanobut 的头像

    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
  • gabime/spdloggabime 的头像

    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
  • swiftybeaver/swiftybeaverSwiftyBeaver 的头像

    SwiftyBeaver/SwiftyBeaver

    6,066在 GitHub 上查看↗

    SwiftyBeaver is an extensible logging framework for Swift that routes log output to multiple destinations simultaneously, including the Xcode console, local files, and remote cloud services. It supports recording messages at distinct severity levels with corresponding visual styling, and can attach arbitrary contextual data such as numbers, arrays, or dictionaries to log entries without requiring manual string conversion. The framework distinguishes itself through destination-based log routing, where each output target can have its own independent format and filter configuration managed by a

    Swift
    在 GitHub 上查看↗6,066
  • delba/logdelba 的头像

    delba/Log

    829在 GitHub 上查看↗

    An extensible logging framework for Swift

    Swift
    在 GitHub 上查看↗829
  • amrayn/easyloggingppamrayn 的头像

    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
  • jakewharton/timberJakeWharton 的头像

    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
  • hubertr/swellH

    hubertr/Swell

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dart-lang/loggingD

    dart-lang/logging

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • boostorg/logboostorg 的头像

    boostorg/log

    206在 GitHub 上查看↗

    Boost Logging library

    C++
    在 GitHub 上查看↗206
  • google/gloggoogle 的头像

    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
  • conradev/blocktypedescriptionC

    conradev/BlockTypeDescription

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • afiqiqmal/ezyloggerafiqiqmal 的头像

    afiqiqmal/EzyLogger

    8在 GitHub 上查看↗

    Simple Logger for Android

    Java
    在 GitHub 上查看↗8
  • esqarrouth/qorumlogsEsqarrouth 的头像

    Esqarrouth/QorumLogs

    781在 GitHub 上查看↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    在 GitHub 上查看↗781
  • erlang-lager/lagererlang-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
  • emilk/loguruemilk 的头像

    emilk/loguru

    1,900在 GitHub 上查看↗

    A lightweight C++ logging library

    C++
    在 GitHub 上查看↗1,900
  • graylog2/graylog2-serverGraylog2 的头像

    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
  • hemangshah/printerhemangshah 的头像

    hemangshah/printer

    68在 GitHub 上查看↗

    A fancy logger yet lightweight, and configurable. 🖨

    Swift
    在 GitHub 上查看↗68
  • dropwizard/metricsdropwizard 的头像

    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
  • christianpanov/lwlogChristianPanov 的头像

    ChristianPanov/lwlog

    347在 GitHub 上查看↗

    Very fast synchronous and asynchronous C++17 logging library

    C++
    在 GitHub 上查看↗347