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
·
delba avatar

delba/Log

0
View on GitHub↗
829 stars·60 forks·Swift·MIT·7 views

Log

An extensible logging framework for Swift

Features

  • Logging Utilities - Logging tool with themes and formatters.
  • Logging and Debugging - Logging tool with themes and custom formatters.

Star history

Star history chart for delba/logStar history chart for delba/log

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

Frequently asked questions

What does delba/log do?

An extensible logging framework for Swift

What are the main features of delba/log?

The main features of delba/log are: Logging Utilities, Logging and Debugging.

What are some open-source alternatives to delba/log?

Open-source alternatives to delba/log include: fpillet/nslogger — NSLogger is a remote logging framework and binary data logger designed to stream application traces from devices to a… goktugyil/qorumlogs — :closed_book: Swift Logging Utility for Xcode & Google Docs. emaloney/cleanroomlogger — CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant. davewoodcom/xcglogger — XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and… developerlx/lxdbanything — Automate box any value! Print log without any format control symbol! Change debug habit thoroughly! cosmo/tinyconsole — TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a…

Open-source alternatives to Log

Similar open-source projects, ranked by how many features they share with Log.
  • emaloney/cleanroomloggeremaloney avatar

    emaloney/CleanroomLogger

    1,318View on GitHub↗

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

    Swift
    View on GitHub↗1,318
  • 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
  • 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
  • goktugyil/qorumlogsgoktugyil avatar

    goktugyil/QorumLogs

    781View on GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    View on GitHub↗781
  • See all 21 alternatives to Log→