1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 21:56:31 +02:00

Add PsrLogMessageProcessor to documentation

This commit is contained in:
Chris Eskow
2015-11-05 19:17:13 -05:00
parent 35932023f1
commit 95afd006a0

View File

@@ -124,6 +124,7 @@
## 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.
- _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.