Procházet zdrojové kódy

Merge pull request #677 from chriseskow/patch-1

Add PsrLogMessageProcessor to documentation
Jordi Boggiano před 10 roky
rodič
revize
f86e643a58
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      doc/02-handlers-formatters-processors.md

+ 1 - 0
doc/02-handlers-formatters-processors.md

@@ -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.