From 24cb3da1c409280a9b877d79c6b282e022ef3c3e Mon Sep 17 00:00:00 2001 From: Max Leonov Date: Mon, 29 Aug 2016 17:51:30 +0300 Subject: [PATCH] Added AWS CloudWatch Logs handler --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 401ab24..ec18ff3 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -15,6 +15,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**bradmkjr/monolog-wordpress**](https://github.com/bradmkjr/monolog-wordpress) allows to easily store log messages using WordPress $wpdb connection. - [**websoftwares/monolog-zmq-handler**](https://github.com/websoftwares/MonologZMQHandler) sends your logs over a [ZeroMQ (ØMQ)](http://zeromq.org/) socket. - [**max13/monobullet**](https://github.com/max13/Monobullet) sends your logs over [Pushbullet](http://pushbullet.com/). +- [**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) # Formatters