awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 dépôts

Awesome GitHub RepositoriesLogging and Debugging

Frameworks for tracking application state and diagnosing issues.

Explore 21 awesome GitHub repositories matching part of an awesome list · Logging and Debugging. Refine with filters or upvote what's useful.

Awesome Logging and Debugging GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cocoalumberjack/cocoalumberjackAvatar de CocoaLumberjack

    CocoaLumberjack/CocoaLumberjack

    13,327Voir sur 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

    Flexible and high-performance logging framework.

    Objective-Ccarthagecocoalumberjackcocoapods
    Voir sur GitHub↗13,327
  • kean/pulseAvatar de kean

    kean/Pulse

    7,052Voir sur GitHub↗

    Pulse is an Apple platform network logger used for recording and inspecting network traffic and system logs directly within applications. It functions as an on-device network inspector and traffic export tool, allowing for the capture of outgoing requests and the transmission of logs to external systems. The project includes a remote log streamer for the real-time transmission of device logs to an external viewer for live monitoring. It further provides an integrated interface for viewing recorded network requests and system logs on the device without the requirement of an external proxy. Th

    Powerful logging system built with SwiftUI.

    Swift
    Voir sur GitHub↗7,052
  • swiftybeaver/swiftybeaverAvatar de SwiftyBeaver

    SwiftyBeaver/SwiftyBeaver

    6,066Voir sur 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

    Convenient logging for development and production.

    Swift
    Voir sur GitHub↗6,066
  • fpillet/nsloggerAvatar de fpillet

    fpillet/NSLogger

    4,988Voir sur GitHub↗

    NSLogger est un framework de journalisation à distance et un enregistreur de données binaires conçu pour diffuser les traces d'application depuis des appareils vers une visionneuse de journaux réseau dédiée. Il permet la transmission de traces système sur un réseau, en utilisant le chiffrement SSL pour garantir une transmission sécurisée de la télémétrie. Le système se distingue par sa prise en charge de l'intégration de données binaires brutes et d'images directement dans les flux de journaux pour une inspection visuelle au sein de la visionneuse. Il inclut également un tampon de journal hors ligne qui stocke les traces localement pendant les pannes de réseau et les transmet automatiquement une fois la connectivité rétablie. Le framework fournit des outils pour l'analyse des données de journal, y compris la catégorisation des traces par domaine et niveaux d'importance. Il prend en charge le filtrage des traces de journal et l'application de couleurs et de styles personnalisés aux messages en utilisant la correspondance par expressions régulières. Les sessions de journal capturées peuvent être exportées vers des fichiers pour un stockage persistant et un partage.

    High-performance logging utility with remote trace display.

    Objective-C
    Voir sur GitHub↗4,988
  • davewoodcom/xcgloggerAvatar de DaveWoodCom

    DaveWoodCom/XCGLogger

    3,986Voir sur 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

    Debug logging framework with console and file support.

    Swift
    Voir sur GitHub↗3,986
  • cosmo/tinyconsoleAvatar de Cosmo

    Cosmo/TinyConsole

    1,943Voir sur 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.

    In-app log console for real-time information display.

    Swift
    Voir sur GitHub↗1,943
  • onevcat/rainbowAvatar de onevcat

    onevcat/Rainbow

    1,939Voir sur GitHub↗

    Delightful console output for Swift developers.

    Delightful console output styling for developers.

    Swift
    Voir sur GitHub↗1,939
  • wojteklu/watchdogAvatar de wojteklu

    wojteklu/Watchdog

    1,873Voir sur GitHub↗

    Class for logging excessive blocking on the main thread

    Utility for logging main thread blocking issues.

    Swift
    Voir sur GitHub↗1,873
  • nike-inc/willowAvatar de Nike-Inc

    Nike-Inc/Willow

    1,374Voir sur GitHub↗

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

    Lightweight and powerful logging library.

    Swift
    Voir sur GitHub↗1,374
  • emaloney/cleanroomloggerAvatar de emaloney

    emaloney/CleanroomLogger

    1,318Voir sur GitHub↗

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

    Configurable and extensible Swift-based logging API.

    Swift
    Voir sur GitHub↗1,318
  • wetransfer/diagnosticsAvatar de WeTransfer

    WeTransfer/Diagnostics

    1,177Voir sur GitHub↗

    Allow users to easily share Diagnostics with your support team to improve the flow of fixing bugs.

    Tool for sharing diagnostic data with support teams.

    Swift
    Voir sur GitHub↗1,177
  • delba/logAvatar de delba

    delba/Log

    829Voir sur GitHub↗

    An extensible logging framework for Swift

    Logging tool with themes and custom formatters.

    Swift
    Voir sur GitHub↗829
  • goktugyil/qorumlogsAvatar de goktugyil

    goktugyil/QorumLogs

    781Voir sur GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Logging utility for Xcode and cloud integration.

    Swift
    Voir sur GitHub↗781
  • johnno1962/swifttraceAvatar de johnno1962

    johnno1962/SwiftTrace

    747Voir sur GitHub↗

    Trace Swift and Objective-C method invocations

    Tracing tool for method invocations.

    Swift
    Voir sur GitHub↗747
  • bannzai/gedatsuAvatar de bannzai

    bannzai/Gedatsu

    532Voir sur GitHub↗

    Gedatsu provide readable format about AutoLayout error console log

    Readable formatting for Auto Layout console errors.

    Swiftcocoapodsswiftswiftpackagemanager
    Voir sur GitHub↗532
  • developerlx/lxdbanythingAvatar de DeveloperLx

    DeveloperLx/LxDBAnything

    425Voir sur GitHub↗

    Automate box any value! Print log without any format control symbol! Change debug habit thoroughly!

    Automated logging for any value without format symbols.

    Objective-C
    Voir sur GitHub↗425
  • scottrhoyt/swiftytexttableAvatar de scottrhoyt

    scottrhoyt/SwiftyTextTable

    332Voir sur GitHub↗

    A lightweight library for generating text tables.

    Tool for generating text-based tables in logs.

    Swift
    Voir sur GitHub↗332
  • twitter/ios-twitter-logging-serviceAvatar de twitter

    twitter/ios-twitter-logging-service

    306Voir sur GitHub↗

    Twitter Logging Service is a robust and performant logging framework for iOS clients

    Robust logging framework for client applications.

    Objective-C
    Voir sur GitHub↗306
  • drewkiino/atlantisAvatar de DrewKiino

    DrewKiino/Atlantis

    196Voir sur GitHub↗

    A powerful input-agnostic swift logging framework made to speed up development with maximum readability.

    Input-agnostic logging framework for development.

    Swift
    Voir sur GitHub↗196
  • dart-lang/loggingD

    dart-lang/logging

    0Voir sur GitHub↗

    Offers standard APIs for debugging and error logging.

    Voir sur GitHub↗0
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Logging and Debugging