Skip to content

Commit 95afd00

Browse files
committed
Add PsrLogMessageProcessor to documentation
1 parent 3593202 commit 95afd00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/02-handlers-formatters-processors.md

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124

125125
## Processors
126126

127+
- _PsrLogMessageProcessor_: Processes a log record's message according to PSR-3 rules, replacing `{foo}` with the value from `$context['foo']`.
127128
- _IntrospectionProcessor_: Adds the line/file/class/method from which the log call originated.
128129
- _WebProcessor_: Adds the current request URI, request method and client IP to a log record.
129130
- _MemoryUsageProcessor_: Adds the current memory usage to a log record.

0 commit comments

Comments
 (0)