We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b09766 commit 4e42778Copy full SHA for 4e42778
README.md
@@ -123,7 +123,12 @@ class SomeService
123
- [ ] Make MonologStackLogger implement Monolog's ResettableInterface?
124
- [ ] Consider how this might play with Laravel, the insanely popular PHP
125
framework that I do my best to avoid. 😜
126
+- [ ] Track what's going on with PSR-3 v2/v3 as well as monolog and
127
+ laminas-log. Eventually, we should rely on the updated + better-typed
128
+ versions of the spec. We may need to drop the laminas-log test code since
129
+ laminas-log will likely always require psr/[email protected]
130
131
+
132
133
[similar functionality]: https://getpino.io/#/docs/child-loggers
134
[pinojs]: https://github.com/pinojs/pino
0 commit comments