diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 23b48c0..11b2b6a 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -31,6 +31,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**shalvah/monolog-pusher**](https://github.com/shalvah/monolog-pusher) sends log messages to [Pusher Channels](https://pusher.com/channels) - [**lefuturiste/monolog-discord-handler**](https://github.com/lefuturiste/monolog-discord-handler): Send logs to a [Discord](https://discordapp.com)'s webhook. - [**karelwintersky/monolog-pdo-handler**](https://github.com/KarelWintersky/monolog-pdo-handler): Allows to store log messages in a MySQL Database via PDO handler. +- [**gmponos/monolog-slack**](https://github.com/gmponos/monolog-slack) A package for sending logs to Slack channels using webhooks. # Formatters @@ -49,7 +50,6 @@ https://github.com/tatocaster/monolog-json-unicode-pretty-formatter) formats the - [**egeniq/monolog-gdpr**](https://github.com/egeniq/monolog-gdpr) will help in relation to the security requirements under GDPR. These processors will replace data with their SHA-1 equivalent, allowing you still to search logs # Others -- [**gmponos/monolog-slack**](https://github.com/gmponos/monolog-slack) A package for sending logs to Slack channels using webhooks. - [**drupal/monolog**](https://www.drupal.org/project/monolog) Drupal 7/8 logging adapter - [**theorchard/monolog-cascade**](https://github.com/theorchard/monolog-cascade) lets you easily configure complex monolog handler sets using PHP arrays, yaml or json configs. - [**bitrix-expert/monolog-adapter**](https://github.com/bitrix-expert/monolog-adapter) handler and formatter for Bitrix CMS.