awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesJava Logging Frameworks

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.

Awesome Java Logging Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/logging-log4j2الصورة الرمزية لـ apache

    apache/logging-log4j2

    3,607عرض على GitHub↗

    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.

    Javaapacheapijava
    عرض على GitHub↗3,607
  • qos-ch/logbackالصورة الرمزية لـ qos-ch

    qos-ch/logback

    3,211عرض على GitHub↗

    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.

    Java
    عرض على GitHub↗3,211
  1. Home
  2. Programming Languages & Runtimes
  3. Java Logging Frameworks