Commit 3a76000
committed
minor #17454 [Logger] Use Monolog\LogRecord object instead of array for log processor (94noni)
This PR was merged into the 6.1 branch.
Discussion
----------
[Logger] Use Monolog\LogRecord object instead of array for log processor
Leverage new monolog as log records object (monolog >= v3) https://github.com/Seldaek/monolog/releases/tag/3.0.0
if we decide to keep the array (monolog <= v2), how can we document this? with inline comments ? with 2 code block?
see also https://packagist.org/packages/monolog/monolog/php-stats#3.0 that is why I target sf 6.1+
thx
Commits
-------
3b4ebc0 Update processors.rst1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments