From 95afd006a03270bc41644530cf22219f56014125 Mon Sep 17 00:00:00 2001 From: Chris Eskow Date: Thu, 5 Nov 2015 19:17:13 -0500 Subject: [PATCH] Add PsrLogMessageProcessor to documentation --- doc/02-handlers-formatters-processors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/02-handlers-formatters-processors.md b/doc/02-handlers-formatters-processors.md index 90f8fce3..71b1ca9f 100644 --- a/doc/02-handlers-formatters-processors.md +++ b/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.