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

Added bayfrontmedia/monolog-pdo handler

John Robinson
2024-12-24 15:10:45 -05:00
parent 119b262619
commit e7b84f3edc

@@ -3,6 +3,7 @@ This page lists third party packages implementing useful Monolog handlers, forma
Not finding what you need here? Try [searching on Packagist.org](https://packagist.org/?query=monolog%20) before writing your own in case the author did not add it here. Not finding what you need here? Try [searching on Packagist.org](https://packagist.org/?query=monolog%20) before writing your own in case the author did not add it here.
# Handlers # Handlers
- [**bayfrontmedia/monolog-pdo**](https://github.com/bayfrontmedia/monolog-pdo) Monolog handler used to write log files to a MySQL database using `PDO`.
- [**monolog-http/monolog-http**](https://github.com/monolog-http/monolog-http) A collection of handlers that use PSR-18 HTTP Client to send logs - [**monolog-http/monolog-http**](https://github.com/monolog-http/monolog-http) A collection of handlers that use PSR-18 HTTP Client to send logs
- [**artack/monolog-jira-handler**](https://github.com/ARTACK/monolog-jira-handler) sends log records to a self hosted JIRA instance - [**artack/monolog-jira-handler**](https://github.com/ARTACK/monolog-jira-handler) sends log records to a self hosted JIRA instance
- [**filips123/monolog-phpmailer**](https://github.com/filips123/MonologPHPMailer) sends log records to emails with [PHPMailer](https://github.com/PHPMailer/PHPMailer) - [**filips123/monolog-phpmailer**](https://github.com/filips123/MonologPHPMailer) sends log records to emails with [PHPMailer](https://github.com/PHPMailer/PHPMailer)