浏览代码

Merge pull request #677 from chriseskow/patch-1

Add PsrLogMessageProcessor to documentation
Jordi Boggiano 10 年之前
父节点
当前提交
f86e643a58
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/02-handlers-formatters-processors.md

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

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