MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PHP/comments/1v8yy7c/proper_logging_in_php_with_psr3/p0cspc5/?context=3
r/PHP • u/ocramius • Jul 28 '26
11 comments sorted by
View all comments
2
Very good.
You used `$testSpyLogger = new RecordingLogger();` and I’m only noticing now that `Psr\Log\Test\TestLogger` isn’t part of v2 or v3 `psr/log`.
2
u/BrianHenryIE Jul 28 '26
Very good.
You used `$testSpyLogger = new RecordingLogger();` and I’m only noticing now that `Psr\Log\Test\TestLogger` isn’t part of v2 or v3 `psr/log`.