File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ decorates a `Monolog\Logger` and provides a working [`withName`] implementation.
29
29
### Installation
30
30
31
31
``` bash
32
- $ composer install timdev/stack-logger
32
+ composer install timdev/stack-logger
33
33
```
34
34
35
35
### Context Stacking
@@ -133,12 +133,12 @@ class SomeService
133
133
134
134
## To Do
135
135
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
138
138
framework that I don't personally use much. PRs welcome.
139
139
140
140
[ similar functionality ] : https://getpino.io/#/docs/child-loggers
141
141
[ pinojs ] : https://github.com/pinojs/pino
142
142
[ PSR3 LoggerInterface ] : https://www.php-fig.org/psr/psr-3/
143
143
[ `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