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 RepositoriesLogging Practice Analysis

Static analysis of logging implementation to ensure performance and standardization.

Distinguishing note: Candidates focus on logging frameworks or log analysis; this is about auditing how logging is written in code.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Logging Practice Analysis. Refine with filters or upvote what's useful.

Awesome Logging Practice Analysis GitHub Repositories

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

    alibaba/p3c

    30,827Vezi pe GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Enforces the use of logging facades, proper log levels, and performance-optimized placeholders.

    Kotlin
    Vezi pe GitHub↗30,827
  • serilog/serilogAvatar serilog

    serilog/serilog

    7,991Vezi pe GitHub↗

    Serilog is a structured logging library for .NET applications that records events as rich data objects instead of plain text strings. It functions as a multi-sink framework, allowing a single log stream to be emitted to diverse destinations such as files, consoles, and cloud databases through a structured event pipeline. The framework distinguishes itself through dynamic metadata enrichment, using log event enrichers to add contextual properties and telemetry to logs for improved traceability and analysis. It employs a routing system that filters, enriches, and directs these structured events

    Includes a tool for scanning source code to identify common logging mistakes and ensure correct implementation patterns.

    C#serilog
    Vezi pe GitHub↗7,991
  1. Home
  2. Software Engineering & Architecture
  3. Logging Practice Analysis