Commit 0196872
committed
bug symfony#52222 [MonologBridge] Fix support for monolog 3.0 (louismariegaborit)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[MonologBridge] Fix support for monolog 3.0
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
`handle` function in HandlerInterface supports only LogRecord argument in monolog 3.0.
Commits
-------
3aacc28 [MonologBridge] Fix support for monolog 3.01 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
159 | 171 | | |
160 | 172 | | |
161 | 173 | | |
0 commit comments