From 08b07d8bb3a68ee3afc6cc0312a87cc6a4bebdb4 Mon Sep 17 00:00:00 2001 From: Rafael Mello Date: Fri, 2 Dec 2016 12:03:06 -0200 Subject: [PATCH] Added telegram handler --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 13f7f26..921df36 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -17,6 +17,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**maxbanton/cwh**](https://github.com/maxbanton/cwh) sends your logs to [Amazon CloudWatch Logs](http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_GettingStarted.html) - [**spazzmarticus/monolog-batchstreamhandler**](https://github.com/SpazzMarticus/monolog-batchstreamhandler) pushes a batch of records to a stream **at once**. Also allows enveloping them with head and foot lines. - [**femtopixel/monolog-csvhandler**](https://github.com/femtopixel/monolog-csvhandler) sends your logs to CSV files. +- [**merorafael/telegram-handler**](https://github.com/merorafael/telegram-handler) sends log records to Telegram chats - [**ide2/TelegramHandler**](https://github.com/ide2/TelegramHandler) sends log records to Telegram chats # Formatters