From 195b92ea9011f5301cb68ed6ff47d724d55ca529 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Mon, 7 Aug 2017 12:49:38 +0300 Subject: [PATCH] Add php-enqueue/monolog-queue-handler --- Third-Party-Packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 05b283d..6fce7d8 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -24,6 +24,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**nvanheuverzwijn/monolog-logdna**](https://github.com/nvanheuverzwijn/monolog-logdna) sends log records to LogDNA - [**viniciuswebdev/monolog-mattermost**](https://github.com/viniciuswebdev/monolog-mattermost) sends log records to Mattermost - [**repejota/monolog-nats**](https://github.com/repejota/monolog-nats) sends log records to [NATS](https://nats.io) +- [**enqueue/monolog-queue-handler**](https://github.com/php-enqueue/monolog-queue-handler) The lib provides queue\amqp interop based handlers so logs could be sent to MQ. # Formatters