duon/log

A simple PSR-3 Logger

Maintainers

Details

github.com/duoncode/log

Source

Issues

Installs: 6

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/duon/log

dev-main 2025-04-01 17:34 UTC

This package is auto-updated.

Last update: 2025-10-01 00:10:53 UTC


README

Software License Coverage Status Psalm coverage Psalm level Quality Score

A simple PSR-3 logger using PHP's error_log function.

Testing

During testing, PHP's error_log ini setting is set to a temporary file. To print the output to the console, prepend a special env variable to the PHPUnit cli command, as follows:

ECHO_LOG=1 phpunit