mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 14:16:42 +02:00
Add PsrLogMessageProcessor to documentation
This commit is contained in:
@@ -124,6 +124,7 @@
|
|||||||
|
|
||||||
## Processors
|
## Processors
|
||||||
|
|
||||||
|
- _PsrLogMessageProcessor_: Processes a log record's message according to PSR-3 rules, replacing `{foo}` with the value from `$context['foo']`.
|
||||||
- _IntrospectionProcessor_: Adds the line/file/class/method from which the log call originated.
|
- _IntrospectionProcessor_: Adds the line/file/class/method from which the log call originated.
|
||||||
- _WebProcessor_: Adds the current request URI, request method and client IP to a log record.
|
- _WebProcessor_: Adds the current request URI, request method and client IP to a log record.
|
||||||
- _MemoryUsageProcessor_: Adds the current memory usage to a log record.
|
- _MemoryUsageProcessor_: Adds the current memory usage to a log record.
|
||||||
|
Reference in New Issue
Block a user