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
·
Back to cosmo/tinyconsole

Open-source alternatives to TinyConsole

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

  • emaloney/cleanroomloggerAvatar de emaloney

    emaloney/CleanroomLogger

    1,318Voir sur GitHub↗

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

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

    onevcat/Rainbow

    1,939Voir sur GitHub↗

    Delightful console output for Swift developers.

    Swift
    Voir sur GitHub↗1,939
  • 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

    Swift
    Voir sur GitHub↗3,986
  • bannzai/gedatsuAvatar de bannzai

    bannzai/Gedatsu

    532Voir sur GitHub↗

    Gedatsu provide readable format about AutoLayout error console log

    Swiftcocoapodsswiftswiftpackagemanager
    Voir sur GitHub↗532
  • nike-inc/willowAvatar de Nike-Inc

    Nike-Inc/Willow

    1,374Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗1,374

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • wojteklu/watchdogAvatar de wojteklu

    wojteklu/Watchdog

    1,873Voir sur GitHub↗

    Class for logging excessive blocking on the main thread

    Swift
    Voir sur GitHub↗1,873
  • 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

    Swift
    Voir sur GitHub↗6,066
  • drewkiino/atlantisAvatar de DrewKiino

    DrewKiino/Atlantis

    196Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗196
  • esqarrouth/qorumlogsAvatar de Esqarrouth

    Esqarrouth/QorumLogs

    781Voir sur GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    Voir sur GitHub↗781
  • fpillet/nsloggerAvatar de fpillet

    fpillet/NSLogger

    4,988Voir sur 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
    Voir sur GitHub↗4,988
  • gabime/spdlogAvatar de gabime

    gabime/spdlog

    28,922Voir sur 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
    Voir sur GitHub↗28,922
  • goktugyil/qorumlogsAvatar de goktugyil

    goktugyil/QorumLogs

    781Voir sur GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    Voir sur GitHub↗781
  • hemangshah/printerAvatar de hemangshah

    hemangshah/printer

    68Voir sur GitHub↗

    A fancy logger yet lightweight, and configurable. 🖨

    Swift
    Voir sur GitHub↗68
  • ihsanbal/logginginterceptorAvatar de ihsanbal

    ihsanbal/LoggingInterceptor

    1,356Voir sur GitHub↗

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

    Kotlin
    Voir sur GitHub↗1,356
  • jakewharton/hugoAvatar de JakeWharton

    JakeWharton/hugo

    7,892Voir sur GitHub↗

    Hugo is an annotation-based debugging tool and Java method logging library. It functions as a method execution tracker that records method arguments, return values, and execution durations during application runtime. The project differentiates itself by using annotation-driven instrumentation and bytecode-level aspect injection to capture telemetry without requiring manual print statements. It employs post-compilation bytecode manipulation and aspect-oriented wrapping to insert interception logic around annotated method boundaries. The library covers observability and monitoring capabilities

    Java
    Voir sur GitHub↗7,892
  • jakewharton/timberAvatar de JakeWharton

    JakeWharton/timber

    10,833Voir sur 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
    Voir sur GitHub↗10,833
  • jhomlala/catcherJ

    jhomlala/catcher

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • johnmyleswhite/log4rAvatar de johnmyleswhite

    johnmyleswhite/log4r

    100Voir sur GitHub↗

    A fast & lightweight approach to logging in R based on the widely-emulated Apache Log4j project.

    R
    Voir sur GitHub↗100
  • johnno1962/swifttraceAvatar de johnno1962

    johnno1962/SwiftTrace

    747Voir sur GitHub↗

    Trace Swift and Objective-C method invocations

    Swift
    Voir sur GitHub↗747
  • 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

    Swift
    Voir sur GitHub↗7,052
  • kevlar700/elogsAvatar de kevlar700

    kevlar700/elogs

    0Voir sur GitHub↗

    Embedded logging absent of runtime errors

    Ada
    Voir sur GitHub↗0
  • kitura/heliumloggerAvatar de Kitura

    Kitura/HeliumLogger

    176Voir sur GitHub↗

    A lightweight logging framework for Swift

    Swift
    Voir sur GitHub↗176
  • oaxoa/conzoleAvatar de Oaxoa

    Oaxoa/Conzole

    213Voir sur GitHub↗

    Oaxoa.github.io

    JavaScript
    Voir sur GitHub↗213
  • orhanobut/loggerAvatar de orhanobut

    orhanobut/logger

    13,849Voir sur 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
    Voir sur GitHub↗13,849
  • patik/console.log-wrapperAvatar de patik

    patik/console.log-wrapper

    404Voir sur GitHub↗

    Clear console logging for every browser

    JavaScript
    Voir sur GitHub↗404
  • pimterry/loglevelAvatar de pimterry

    pimterry/loglevel

    2,749Voir sur GitHub↗

    :ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods

    JavaScriptjavascriptlightweightlogging
    Voir sur GitHub↗2,749
  • scottrhoyt/swiftytexttableAvatar de scottrhoyt

    scottrhoyt/SwiftyTextTable

    332Voir sur GitHub↗

    A lightweight library for generating text tables.

    Swift
    Voir sur GitHub↗332
  • sergiusthebest/plogAvatar de SergiusTheBest

    SergiusTheBest/plog

    2,546Voir sur GitHub↗

    Portable, simple and extensible C++ logging library

    C++c-plus-pluscross-platformheader-only
    Voir sur GitHub↗2,546
  • status-im/nim-chroniclesS

    status-im/nim-chronicles

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • sushichop/puppyAvatar de sushichop

    sushichop/Puppy

    214Voir sur GitHub↗

    A flexible logging library written in Swift

    Swift
    Voir sur GitHub↗214