File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ decorates a `Monolog\Logger` and provides a working [`withName`] implementation.
2929### Installation
3030
3131``` bash
32- $ composer install timdev/stack-logger
32+ composer install timdev/stack-logger
3333```
3434
3535### Context Stacking
@@ -133,12 +133,12 @@ class SomeService
133133
134134## To Do
135135
136- - [ ] Make MonologStackLogger implement Monolog's ResettableInterface?
137- - [ ] Consider how this might play with Laravel, the insanely popular PHP
136+ * [ ] Make MonologStackLogger implement Monolog's ResettableInterface?
137+ * [ ] Consider how this might play with Laravel, the insanely popular PHP
138138 framework that I don't personally use much. PRs welcome.
139139
140140[ similar functionality ] : https://getpino.io/#/docs/child-loggers
141141[ pinojs ] : https://github.com/pinojs/pino
142142[ PSR3 LoggerInterface ] : https://www.php-fig.org/psr/psr-3/
143143[ `withName` ] : https://github.com/Seldaek/monolog/blob/a54cd1f1782f62714e4d28651224316bb5540e08/src/Monolog/Logger.php#L163-L172
144- [ Monolog ] : https://github.com/seldaek/monolog
144+ [ Monolog ] : https://github.com/seldaek/monolog
You can’t perform that action at this time.
0 commit comments