Skip to content

Releases: artex-agency/artex-logger

1.0.0 Stable Release

03 Feb 06:52
Compare
Choose a tag to compare

Artex Logger 1.0.0 - Stable Release

Artex Logger is a lightweight, high-performance, PSR-3-compliant logging library designed for speed, flexibility, and extensibility. This release marks the first stable version, bringing a fully tested and optimized logging solution to the Artex ecosystem.

Key Features

✔️ PSR-3 Compliant – Works with existing PSR-3 loggers like Monolog & custom log drivers.
✔️ Lightweight & Efficient – Zero unnecessary overhead, designed for low TTFB impact.
✔️ Custom Log Drivers – File, Stdout, and easily extendable for additional drivers.
✔️ Asynchronous Logging Support – Optionally offload logs for improved performance.
✔️ Custom Log Formatting – Define structured log formats (e.g., JSON, plaintext).
✔️ Automatic Log Rotation – Prevent bloated log files with smart rotation.
✔️ Contextual Logging – Attach relevant metadata for debugging & analysis.
✔️ Exception Logging – Automatically capture & log errors in production.

Progress Dev save

27 Jan 03:39
Compare
Choose a tag to compare
Progress Dev save Pre-release
Pre-release
v1.0.0-Dev.6

Mostly Complete