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

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

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

emaloney/CleanroomLogger

0
View on GitHub↗
1,318 星标·150 分支·Swift·MIT·5 次浏览

CleanroomLogger

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

Features

  • Logging Utilities - Configurable and performant logging API.
  • Logging and Debugging - Configurable and extensible Swift-based logging API.
  • Logging Frameworks - Configurable and efficient Swift logging API.
  • Logging Utilities - Offers a configurable, high-level logging API.

Star 历史

emaloney/cleanroomlogger 的 Star 历史图表emaloney/cleanroomlogger 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

CleanroomLogger 的开源替代方案

相似的开源项目,按与 CleanroomLogger 的功能重合度排序。
  • 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
  • goktugyil/qorumlogsgoktugyil 的头像

    goktugyil/QorumLogs

    781在 GitHub 上查看↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    在 GitHub 上查看↗781
  • 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
  • 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
查看 CleanroomLogger 的所有 30 个替代方案→

常见问题解答

emaloney/cleanroomlogger 是做什么的?

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

emaloney/cleanroomlogger 的主要功能有哪些?

emaloney/cleanroomlogger 的主要功能包括:Logging Utilities, Logging and Debugging, Logging Frameworks。

emaloney/cleanroomlogger 有哪些开源替代品?

emaloney/cleanroomlogger 的开源替代品包括: davewoodcom/xcglogger — XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and… goktugyil/qorumlogs — :closed_book: Swift Logging Utility for Xcode & Google Docs. fpillet/nslogger — NSLogger is a remote logging framework and binary data logger designed to stream application traces from devices to a… bannzai/gedatsu — Gedatsu provide readable format about AutoLayout error console log. cocoalumberjack/cocoalumberjack — CocoaLumberjack is a logging framework designed for Apple platforms, providing a system for capturing, filtering, and… amrayn/easyloggingpp — Easyloggingpp is a C++ logging library and thread-safe logging framework used for recording diagnostic messages and…