Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc88b0a

Browse filesBrowse files
committed
minor #10483 [Monolog] Move ProcessorInterface to Monolog (ogizanagi)
This PR was merged into the master branch. Discussion ---------- [Monolog] Move ProcessorInterface to Monolog Since symfony/symfony#27801 was reverted in symfony/symfony#28845 and the new plan being to make this interface part of Monolog. Commits ------- 663f2ea [Monolog] Move ProcessorInterface to Monolog
2 parents c587a66 + 663f2ea commit bc88b0a
Copy full SHA for bc88b0a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎logging/processors.rst

Copy file name to clipboardExpand all lines: logging/processors.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ handler level or at the channel level instead of registering it globally
165165
The autoconfiguration of Monolog processors was introduced in Symfony 4.2.
166166

167167
If you're using the :ref:`default services.yaml configuration <service-container-services-load-example>`,
168-
processors implementing :class:`Symfony\\Bridge\\Monolog\\Processor\\ProcessorInterface`
168+
processors implementing :class:`Monolog\\Processor\\ProcessorInterface`
169169
are automatically registered as services and tagged with ``monolog.processor``,
170170
so you can use them without adding any configuration. The same applies to the
171171
built-in :class:`Symfony\\Bridge\\Monolog\\Processor\\TokenProcessor` and

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.