2 个仓库
Libraries designed specifically for recording system events and diagnostic messages within the Java runtime environment.
Distinct from Java Frameworks: Candidates are either too general (Java Frameworks) or too specific (Log Capture), while this defines the project's identity.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Java Logging Frameworks. Refine with filters or upvote what's useful.
This project is a logging framework for Java environments, providing a standardized interface for capturing diagnostic application events and maintaining persistent audit trails. It functions as an enterprise-grade logging engine designed to handle high-throughput applications while managing complex diagnostic data. The framework distinguishes itself through a modular provider architecture that allows for the dynamic swapping of logging implementations and output destinations. It utilizes a hierarchical configuration system that enables granular control over logging behavior, supported by plu
Provides a standardized interface for recording runtime information with support for multiple output destinations.
Logback is a Java logging framework used to record system events and diagnostic messages through a programmable API. It serves as a concrete implementation of the Simple Logging Facade for Java (SLF4J) and provides a structured logging engine for outputting events in machine-readable formats like JSON. The system distinguishes itself through an asynchronous log processor that utilizes circular queues and background workers to reduce performance overhead. It also features a log file rotation manager for size-based or time-based rollover with automatic compression, and the ability to update log
Provides a comprehensive logging library for Java applications via a programmable API.