From f58a3d1e83ef270767e3fbaf5a1afcbf137ab424 Mon Sep 17 00:00:00 2001 From: Yegor Tokmakov Date: Tue, 2 Jun 2015 18:07:03 +0200 Subject: [PATCH] Added Fluentd handler --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index d16034e..62ef15e 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -8,6 +8,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**bartlett/monolog-callbackfilterhandler**](https://github.com/llaville/monolog-callbackfilterhandler) handler wrapper that filters records based on a list of callback functions. - [**waza-ari/monolog-mysql**](https://github.com/waza-ari/monolog-mysql) allows to store log messages in a MySQL Table - [**bartlett/monolog-growlhandler**](https://github.com/llaville/monolog-growlhandler) handler that send notifications to Growl on Mac OS X and Windows +- [**yegortokmakov/monolog-fluentd**](https://github.com/yegortokmakov/monolog-fluentd) handler that send notifications to Fluentd / td-agent # Formatters