Skip to content

1.0.0 Stable Release

Latest
Compare
Choose a tag to compare
@jamesgober jamesgober released this 03 Feb 06:52
· 1 commit to main since this release

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.