awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesRuntime Context Injection

Mechanisms for automatically attaching real-time execution data like thread IDs and stack depth to log entries.

Distinct from Contextual Metadata Injection: Focuses on runtime debugging context for logs, whereas candidates [f0_mt1]-[f0_mt5] focus on server metadata, code generation, or AI prompt context.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Runtime Context Injection. Refine with filters or upvote what's useful.

Awesome Runtime Context Injection GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • orhanobut/loggerAvatar orhanobut

    orhanobut/logger

    13,849Vezi pe 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

    Automatically attaches runtime context such as thread IDs and call stack depth to every log entry.

    Java
    Vezi pe GitHub↗13,849
  • filp/whoopsAvatar filp

    filp/whoops

    13,236Vezi pe GitHub↗

    Whoops is a PHP debugging tool and error handler designed to intercept and visualize exceptions and stack traces during application development. It functions as an exception renderer that converts errors into human-readable web pages or machine-readable responses. The project differentiates itself by providing a visual debugging interface with line-highlighted code views and a stack trace visualizer that links directly to source files in a local text editor or IDE. It employs environment-aware response resolution to automatically select between HTML, JSON, XML, or plain text output based on t

    Enables plugins to attach real-time request metadata and custom information to stack trace frames.

    PHPerror-handlingerrorsphp
    Vezi pe GitHub↗13,236
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Context Injection