From c9c2cf2e57a6b3382afd54f28d69fe0d9953ccc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 16 May 2022 15:20:02 +0200 Subject: [PATCH] add a new formatter, two new handlers and a new other package --- Third-Party-Packages.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 17b7c58..62e8740 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -42,6 +42,7 @@ Not finding what you need here? Try [searching on Packagist.org](https://packagi / monolog-stackdriver-handler**](https://github.com/netflie/monolog-stackdriver-handler): A Monolog handler for Google Stackdriver Logging service with batching option. - [**cmdisp/monolog-microsoft-teams**](https://github.com/cmdisp/monolog-microsoft-teams): A Monolog handler for sending logs to a Microsoft Teams webhook. +- [**actived/microsoft-teams-notifier**](https://github.com/actived/microsoft-teams-notifier): A Monolog handler for sending logs to a Microsoft Teams webhook. - [**itspire/monolog-loki**](https://github.com/itspire/monolog-loki): A Monolog handler for sending logs to Grafana Loki Instance. - [**stanxdev/monolog-xmpp**](https://github.com/stanxdev/monolog-xmpp): Handler for sending logs via XMPP protocol (Jabber) - [**logtail/monolog-logtail**](https://github.com/logtail/monolog-logtail): sends log records to [logtail.com](https://logtail.com). @@ -57,6 +58,7 @@ monolog-stackdriver-handler**](https://github.com/netflie/monolog-stackdriver-ha - [**tatocaster/monolog-json-unicode-pretty-formatter**]( https://github.com/tatocaster/monolog-json-unicode-pretty-formatter) formats the log as PRETTY_PRINT JSON with unicode support and without escaping slashes. - [**gfaugere/monolog-colored-line**](https://github.com/gfaugere/monolog-colored-line) an alternative take on adding coloring capabilities, adding variables to control which parts of the line are colored. +- [**mimmi20/monolog-streamformatter**](https://github.com/mimmi20/monolog-streamformatter) an alternative line formatter which uses a symfony console table to write out extra data. # Processors @@ -71,4 +73,5 @@ https://github.com/tatocaster/monolog-json-unicode-pretty-formatter) formats the - [**inpsyde/Wonolog**](https://github.com/inpsyde/Wonolog) Monolog-based logging package for WordPress. - [**nikolaposa/monolog-factory**](https://github.com/nikolaposa/monolog-factory) - Factories that facilitate creation of Monolog logger objects. Suitable for using Monolog with container-interop. - [**Pierre-Lannoy/wp-decalog**](https://github.com/Pierre-Lannoy/wp-decalog) - A WordPress plugin, based on Monolog, to capture, log and view events generated by a WordPress site or network. -- [**wshafer/psr11-monolog**](https://packagist.org/packages/wshafer/psr11-monolog) - PSR-11 factories for Monolog with support for channels. Works with most PSR-11 container services. Zend Expressive, Zend Framework, Slim supported. \ No newline at end of file +- [**wshafer/psr11-monolog**](https://packagist.org/packages/wshafer/psr11-monolog) - PSR-11 factories for Monolog with support for channels. Works with most PSR-11 container services. Zend Expressive, Zend Framework, Slim supported. +- [**mimmi20/monolog-laminas-factory**](https://github.com/mimmi20/monolog-laminas-factory) - PSR-11 factories for Monolog to work with Laminas. \ No newline at end of file