1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 23:24:02 +02:00

add a new formatter, two new handlers and a new other package

Thomas Müller
2022-05-16 15:20:02 +02:00
parent 78652e84ce
commit c9c2cf2e57

@@ -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.
- [**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.