From af59ed294eb91ec89475904ae1fecd68321d5fff Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 10 Dec 2020 20:20:16 +0100 Subject: [PATCH] Add FluentdFormatter to docs, fixes #1510 --- 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 a568824f..2e830d43 100644 --- a/doc/02-handlers-formatters-processors.md +++ b/doc/02-handlers-formatters-processors.md @@ -155,6 +155,7 @@ - [_FlowdockFormatter_](../src/Monolog/Formatter/FlowdockFormatter.php): Used to format log records into Flowdock messages, only useful for the FlowdockHandler. - [_MongoDBFormatter_](../src/Monolog/Formatter/MongoDBFormatter.php): Converts \DateTime instances to \MongoDate and objects recursively to arrays, only useful with the MongoDBHandler. - [_LogmaticFormatter_](../src/Monolog/Formatter/LogmaticFormatter.php): Used to format log records to [Logmatic](http://logmatic.io/) messages, only useful for the LogmaticHandler. +- [_FluentdFormatter_](../src/Monolog/Formatter/FluentdFormatter.php): Used to format log records to [Fluentd](https://www.fluentd.org/) logs, only useful with the SocketHandler. ## Processors