konekt/extended-logger

An Extended PSR-3 Compatible Logger

Maintainers

👁 konekt

Package info

github.com/artkonekt/extended-logger

pkg:composer/konekt/extended-logger

Statistics

Installs: 3 824

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

3.4.0 2026-04-17 16:08 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 93821f87f3ddef779c09f2489039f552466b9066

logpsrpsr-3konektartkonekt

This package is auto-updated.

Last update: 2026-06-17 16:44:45 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.1+

Refer to the Documentation for more details.