File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,20 @@ Symfony's MonologBridge provides processors that can be registered inside your a
172
172
:class: `Symfony\\ Bridge\\ Monolog\\ Processor\\ WebProcessor `
173
173
Overrides data from the request using the data inside Symfony's request
174
174
object.
175
+
176
+ :class: `Symfony\\ Bridge\\ Monolog\\ Processor\\ RouteProcessor `
177
+ Adds information about current route (controller, action, route parameters).
178
+
179
+ :class: `Symfony\\ Bridge\\ Monolog\\ Processor\\ ConsoleCommandProcessor `
180
+ Adds information about current console command.
175
181
176
182
.. versionadded :: 3.4
177
183
178
184
The ``TokenProcessor `` class was introduced in Symfony 3.4.
185
+
186
+ .. versionadded :: 4.3
187
+
188
+ The ``RouteProcessor `` and the ``ConsoleCommandProcessor `` were introduced in Symfony 4.3.
179
189
180
190
Registering Processors per Handler
181
191
----------------------------------
You can’t perform that action at this time.
0 commit comments