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

Updated Third Party Packages (markdown)

Mponos George
2018-11-05 23:17:06 +02:00
parent e6dbde071a
commit d607f10af8

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