2 repository-uri
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.
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.
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.