From b902f6d25a4480d4146007c6d5747cea76a0e092 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Jun 2018 08:53:43 +0200 Subject: [PATCH] Add logzio-package to handlers. --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 11612bd..04a88ff 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -1,6 +1,7 @@ This page lists third party packages implementing useful Monolog handlers, formatters or processors. # Handlers +- [**inpsyde/logzio-monolog**](https://github.com/inpsyde/logzio-monolog) sends log records to [logz.io](https://logz.io/) - [**tylercd100/monolog-sms**](https://github.com/tylercd100/monolog-sms) sends log records to SMS messaging services such as Plivo, Clickatell and Twilio - [**nackjicholson/monolog-gitter-im**](https://github.com/nackjicholson/monolog-gitter-im) sends log records to the [gitter.im](https://gitter.im/) API. - [**logentries/logentries-monolog-handler**](https://github.com/logentries/logentries-monolog-handler) sends log records to a [logentries.com](https://logentries.com/) account.