konekt/extended-logger

An Extended PSR-3 Compatible Logger

3.1.0 2024-01-25 08:17 UTC

This package is auto-updated.

Last update: 2024-03-25 08:41:36 UTC


README

Tests Packagist Stable Version Packagist downloads StyleCI MIT Software License

The main purpose of this logger is to add OK level besides the usual debug, info, warning levels defined by PSR-3.

The scope of OK is to be able to send semantic "positive" logs to tools like Datadog in order to watch the successful execution of jobs. This can be useful for setting up log based hearbeat monitoring.

Usage

IMPORTANT: This library requires PHP 8+

Refer to the Documentation for more details.