Skip to content

Commit b0fd087

Browse files
committed
[#11328] Restructured into a definition list
1 parent 42fdeb6 commit b0fd087

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

logging/processors.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,21 @@ handler level or at the channel level instead of registering it globally
162162

163163
Symfony's MonologBridge provides processors that can be registered inside your application.
164164

165-
* :class:`Symfony\\Bridge\\Monolog\\Processor\\DebugProcessor` adds additional information useful for debugging like a timestamp or an error message to the record.
166-
* :class:`Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor` adds information from the current user's token to the record namely username, roles and whether the user is authenticated.
167-
* :class:`Symfony\\Bridge\\Monolog\\Processor\\WebProcessor` overrides data from the request using the data inside Symfony's request object.
165+
:class:`Symfony\\Bridge\\Monolog\\Processor\\DebugProcessor`
166+
Adds additional information useful for debugging like a timestamp or an
167+
error message to the record.
168+
169+
:class:`Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor`
170+
Adds information from the current user's token to the record namely
171+
username, roles and whether the user is authenticated.
172+
173+
:class:`Symfony\\Bridge\\Monolog\\Processor\\WebProcessor`
174+
Overrides data from the request using the data inside Symfony's request
175+
object.
168176

169177
.. versionadded:: 3.4
170178

171-
The :class:`Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor` class was added in Symfony 3.4.
179+
The ``TokenProcessor`` class was introduced in Symfony 3.4.
172180

173181
Registering Processors per Handler
174182
----------------------------------

0 commit comments

Comments
 (0)