fr3d/psr3-message-assertions

Test your log messages are compliant with the PSR-3 specification

Installs: 1 298

Dependents: 3

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/fr3d/psr3-message-assertions

v0.3.2 2020-02-14 10:09 UTC

This package is auto-updated.

Last update: 2025-09-14 21:56:21 UTC


README

Build Status Coverage Status

Test your log messages are compliant with the PSR-3 (Logger) specification

Installing via Composer

You can use Composer .

composer require fr3d/psr3-message-assertions

Usage in PHPUnit

Use TestLogger.php as the logger dependency.

TestLogger will assert each log message is compliant with the PSR-3 Logger standard.

License

Code licensed under BSD 2 clauses terms & conditions.

See LICENSE.txt for more information.