awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EasyCorp avatar

EasyCorp/easy-log-handlerArchived

0
View on GitHub↗
2,005 stars·29 forks·PHP·MIT·4 viewseasycorp.io/EasyLog↗

Easy Log Handler

Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting.

The tool distinguishes itself by providing stateful log aggregation and regex-based parsing, which allow it to collapse duplicate entries and extract structured data from raw text. By applying template-driven formatting and dynamic metadata filtering, it reduces information overload and ensures that essential diagnostic information remains prominent.

The library supports a range of capabilities for managing high-volume output, including the organization of complex error stack traces and the removal of redundant metadata. These features assist in streamlining the debugging workflow by presenting only the necessary context for rapid issue resolution.

Features

  • Console Log Formatting - Transforms raw application logs into human-readable formats with structured hierarchies and consolidated error stack traces.
  • Application Log Interceptors - Acts as a pipeline component that intercepts and modifies log messages to improve diagnostic clarity.
  • Write Interception Middleware - Hooks into the application logging pipeline to intercept and modify log messages before they are written.
  • Stateful Aggregators - Maintains an internal buffer of recent log entries to detect and collapse identical messages into a single summary line.
  • Diagnostic Debugging Workflows - Streamlines the debugging workflow by presenting necessary context for rapid issue resolution.
  • Logging and Output - Organizes log entries with visual headers and clear hierarchies to improve readability during troubleshooting.
  • Diagnostic Logging - Organizes raw application logs into structured, human-readable formats for easier troubleshooting.
  • Proxy Log Verbosity Controls - Removes unnecessary timestamps and duplicate metadata to present only essential diagnostic information.
  • Regular Expression-Based Parsing - Uses regular expression patterns to extract structured data from unstructured raw text streams.
  • Stack Trace Readability Enhancers - Presents complex error stack traces in a readable multi-line format to assist in debugging.
  • High-Performance Logging - Reduces information overload by collapsing duplicate entries and filtering redundant metadata in high-volume logs.
  • Log Aggregation Tools - Organizes high-volume development logs into clear, scannable outputs to accelerate failure identification.
  • Metadata-Based Log Filtering - Provides runtime filtering of diagnostic log fields based on severity and verbosity settings.
  • Multiline Log Grouping - Combines repeated or similar log entries into a single summary line to prevent information overload.
  • Regex Parsers - Uses regular expression patterns to extract structured data from unstructured text streams for better analysis.
  • Logging Utilities - Transforms raw, unstructured log streams into clean, hierarchical layouts that highlight essential metadata.
  • Template-Based Formatting - Applies predefined visual layouts and indentation rules to transform raw log data into hierarchical structures.

Star history

Star history chart for easycorp/easy-log-handlerStar history chart for easycorp/easy-log-handler

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring Easy Log Handler

Hand-picked collections where Easy Log Handler appears.
  • PHP Logging Libraries

Open-source alternatives to Easy Log Handler

Similar open-source projects, ranked by how many features they share with Easy Log Handler.
  • hynek/structloghynek avatar

    hynek/structlog

    4,835View on 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
    View on GitHub↗4,835
  • rs/zerologrs avatar

    rs/zerolog

    12,220View on GitHub↗

    Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It focuses on generating machine-readable JSON output while minimizing memory overhead through zero-allocation buffer encoding and strongly-typed field validation. The library distinguishes itself by providing a chainable, context-aware interface that allows developers to bind trace identifiers and metadata directly to request lifecycles. It supports complex diagnostic workflows by enabling independent logger instances, custom output routing to multiple concurrent destinations, and ev

    Gogolangjsonlogging
    View on GitHub↗12,220
  • dotnet/coredotnet avatar

    dotnet/core

    21,897View on GitHub↗

    This project is a cross-platform development framework and managed runtime environment designed for building high-performance applications. It provides a comprehensive toolkit for constructing web services, cloud-native microservices, and desktop applications, utilizing a unified runtime that handles memory management and execution across diverse operating systems. The framework distinguishes itself through a native ahead-of-time compilation toolchain that transforms source code into optimized, self-contained machine code binaries. This capability enables fast startup times and reduced memory

    PowerShelldotnetdotnet-core
    View on GitHub↗21,897
  • unjs/consolaunjs avatar

    unjs/consola

    7,289View on GitHub↗

    Consola is a diagnostic logging utility and log output manager that provides a unified interface for Node.js and web browser environments. It functions as a scoped logging framework and a tool for capturing user text, confirmations, and selections through interactive console prompts. The project distinguishes itself through a system for creating specialized logger instances with inherited defaults and unique tags for contextual tracking. It also features a pluggable reporter interface that allows for the redirection of standard output to custom logging destinations and external reporters. Th

    TypeScriptcliconsolefancy
    View on GitHub↗7,289
See all 30 alternatives to Easy Log Handler→

Frequently asked questions

What does easycorp/easy-log-handler do?

Easy-log-handler is a PHP library designed to transform raw, unstructured application logs into human-readable, hierarchical formats. It functions as a logging middleware component that intercepts diagnostic streams to improve clarity during active development and troubleshooting.

What are the main features of easycorp/easy-log-handler?

The main features of easycorp/easy-log-handler are: Console Log Formatting, Application Log Interceptors, Write Interception Middleware, Stateful Aggregators, Diagnostic Debugging Workflows, Logging and Output, Diagnostic Logging, Proxy Log Verbosity Controls.

What are some open-source alternatives to easycorp/easy-log-handler?

Open-source alternatives to easycorp/easy-log-handler include: hynek/structlog — structlog is a structured logging library for Python that treats log entries as dictionaries instead of strings. This… rs/zerolog — Zerolog is a structured logging library for Go designed for high-performance event capture and observability. It… dotnet/core — This project is a cross-platform development framework and managed runtime environment designed for building… unjs/consola — Consola is a diagnostic logging utility and log output manager that provides a unified interface for Node.js and web… binbyu/reader — Reader is a Win32 text reader and EPUB document viewer for Windows. It functions as an auto-scrolling text viewer and… benaadams/ben.demystifier — Ben.Demystifier is a .NET library that transforms raw stack traces into modern C# 7+ syntax. It reads…