awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/logging-log4j2

0
View on GitHub↗
3,607 estrellas·1,727 forks·Java·Apache-2.0·3 vistaslogging.apache.org/log4j/2.x↗

Logging Log4j2

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 pluggable formatting components and filter-based routing logic to manage event processing at runtime.

Beyond core logging capabilities, the project includes tools for performance benchmarking to measure resource consumption and identify throughput bottlenecks. It also incorporates automated security testing methodologies, including continuous fuzzing integration, to detect vulnerabilities within its components and layouts.

Features

  • Java Logging Frameworks - Provides a standardized interface for recording runtime information with support for multiple output destinations.
  • Application Logging - Captures diagnostic messages and runtime information from Java applications to create persistent audit trails.
  • Pluggable Logging Backends - Functions as a robust logging engine designed for high-throughput applications requiring efficient event processing.
  • Performance Benchmarking - Provides built-in benchmarking tools to measure resource consumption and identify throughput bottlenecks within the logging framework.
  • Asynchronous Processing - Offloads log event processing to background threads using queues to minimize application latency.
  • Plugin-Based Architectures - Provides a modular system for dynamically swapping logging implementations and appenders through a standardized interface.
  • Diagnostic Context Propagators - Maintains diagnostic context across asynchronous execution threads for consistent log tracking.
  • Log Event Filtering - Evaluates log events against predefined criteria to determine whether messages should be processed or discarded at runtime.
  • Logger Hierarchies - Manages logging behavior through a tree structure where settings propagate from parent nodes to children.

Historial de estrellas

Gráfico del historial de estrellas de apache/logging-log4j2Gráfico del historial de estrellas de apache/logging-log4j2

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Logging Log4j2

Colecciones seleccionadas manualmente donde aparece Logging Log4j2.
  • Java Logging Libraries

Alternativas open-source a Logging Log4j2

Proyectos open-source similares, clasificados según cuántas características comparten con Logging Log4j2.
  • qos-ch/logbackAvatar de qos-ch

    qos-ch/logback

    3,211Ver en 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

    Java
    Ver en GitHub↗3,211
  • winstonjs/winstonAvatar de winstonjs

    winstonjs/winston

    24,478Ver en GitHub↗

    Winston is a versatile logging library for Node.js designed to record system events and metadata. It functions as a multi-transport log manager that routes data to various destinations and a structured log formatter that transforms entries into JSON or plain text. The project is distinguished by its pluggable transport architecture, which decouples the logging interface from delivery mechanisms. This allows for the creation of custom transport extensions and the use of hierarchical logger instances to inherit configurations while attaching persistent metadata to downstream messages. The libr

    JavaScript
    Ver en GitHub↗24,478
  • hynek/structlogAvatar de hynek

    hynek/structlog

    4,835Ver en GitHub↗

    structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This data-centric approach enables machine-readable output and precise data analysis by generating log entries as key-value pairs. It functions as both a standalone logging framework and a compatibility layer that adds structured capabilities to the Python standard library logging module. The library features a processor-pipeline architecture that passes log dictionaries through a sequence of functions to modify events or add metadata before final rendering. It includes a contextua

    Python
    Ver en GitHub↗4,835
  • senecajs/senecaAvatar de senecajs

    senecajs/seneca

    3,959Ver en GitHub↗

    Seneca is a message-driven architecture framework and microservices toolkit for Node.js. It functions as a distributed task orchestrator and pattern-based message router, allowing developers to build systems of decoupled services that communicate via a message bus. The framework distinguishes itself through a modular plugin system that organizes business logic into reusable, configurable modules. It supports dynamic action extensions, enabling new handlers to wrap or override existing action patterns to inject custom logic without modifying original code. The system covers a broad range of c

    JavaScript
    Ver en GitHub↗3,959
Ver las 30 alternativas a Logging Log4j2→

Preguntas frecuentes

¿Qué hace apache/logging-log4j2?

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.

¿Cuáles son las características principales de apache/logging-log4j2?

Las características principales de apache/logging-log4j2 son: Java Logging Frameworks, Application Logging, Pluggable Logging Backends, Performance Benchmarking, Asynchronous Processing, Plugin-Based Architectures, Diagnostic Context Propagators, Log Event Filtering.

¿Qué alternativas de código abierto existen para apache/logging-log4j2?

Las alternativas de código abierto para apache/logging-log4j2 incluyen: qos-ch/logback — Logback is a Java logging framework used to record system events and diagnostic messages through a programmable API.… winstonjs/winston — Winston is a versatile logging library for Node.js designed to record system events and metadata. It functions as a… hynek/structlog — structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This… senecajs/seneca — Seneca is a message-driven architecture framework and microservices toolkit for Node.js. It functions as a distributed… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… federico-busato/modern-cpp-programming — This project is a comprehensive educational resource and programming course covering C++ language semantics and…