conia/log

A simple PSR-3 Logger

Maintainers

Details

github.com/coniadev/log

Source

Issues

Installs: 35

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/conia/log

dev-main 2023-10-31 14:19 UTC

This package is auto-updated.

Last update: 2025-09-27 22:02:11 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