diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index ec18ff3..7676e47 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -16,6 +16,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**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) +- [**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. # Formatters