mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-21 04:11:47 +02:00
Added TelegramHandler
@@ -1,7 +1,6 @@
|
|||||||
This page lists third party packages implementing useful Monolog handlers, formatters or processors.
|
This page lists third party packages implementing useful Monolog handlers, formatters or processors.
|
||||||
|
|
||||||
# Handlers
|
# Handlers
|
||||||
|
|
||||||
- [**tylercd100/monolog-sms**](https://github.com/tylercd100/monolog-sms) sends log records to SMS messaging services such as Plivo and Twilio
|
- [**tylercd100/monolog-sms**](https://github.com/tylercd100/monolog-sms) sends log records to SMS messaging services such as Plivo and Twilio
|
||||||
- [**nackjicholson/monolog-gitter-im**](https://github.com/nackjicholson/monolog-gitter-im) sends log records to the [gitter.im](https://gitter.im/) API.
|
- [**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.
|
- [**logentries/logentries-monolog-handler**](https://github.com/logentries/logentries-monolog-handler) sends log records to a [logentries.com](https://logentries.com/) account.
|
||||||
@@ -18,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)
|
- [**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.
|
- [**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.
|
- [**femtopixel/monolog-csvhandler**](https://github.com/femtopixel/monolog-csvhandler) sends your logs to CSV files.
|
||||||
|
- [**ide2/TelegramHandler**](https://github.com/ide2/TelegramHandler) sends log records to Telegram chats
|
||||||
|
|
||||||
# Formatters
|
# Formatters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user