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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
emaloney avatar

emaloney/CleanroomLogger

0
View on GitHub↗
1,318 stars·150 forks·Swift·MIT·10 views

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 history

Star history chart for emaloney/cleanroomloggerStar history chart for emaloney/cleanroomlogger

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with CleanroomLogger

These projects share indexed features with CleanroomLogger. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • fpillet/nsloggerfpillet avatar

    fpillet/NSLogger

    4,988View on 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
    View on GitHub↗4,988
  • goktugyil/qorumlogsgoktugyil avatar

    goktugyil/QorumLogs

    781View on GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    View on GitHub↗781
  • davewoodcom/xcgloggerDaveWoodCom avatar

    DaveWoodCom/XCGLogger

    3,986View on 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
    View on GitHub↗3,986
  • cocoalumberjack/cocoalumberjackCocoaLumberjack avatar

    CocoaLumberjack/CocoaLumberjack

    13,327View on 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
    View on GitHub↗13,327
Compare all 30 related projects→

Frequently asked questions

What does emaloney/cleanroomlogger do?

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

What are the main features of emaloney/cleanroomlogger?

The main features of emaloney/cleanroomlogger are: Logging Utilities, Logging and Debugging, Logging Frameworks.

Which projects share features with emaloney/cleanroomlogger?

Projects with overlapping indexed features include: 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…