monolog-bugsnag
![Software License][ico-license]
, (*1)
Monolog Handler for sending errors to bugsnag. This way not only crashes will be send but you can easily send other
debug information to bugsnag by reusing your monolog error handling., (*2)
Install
Via Composer, (*3)
``` bash
$ composer require zae/monolog-bugsnag, (*4)
## Usage
``` php
$bugsnag = new Bugsnag_Client('YOUR_API_KEY');
$logger = new Logger('my_logger');
$logger->pushHandler(new BugsnagHandler(Logger::WARNING, true, 'BugsnagMonolog', $bugsnag));
Change log
Please see CHANGELOG for more information what has changed recently., (*5)
Testing
bash
$ composer test, (*6)
Contributing
Please see CONTRIBUTING for details., (*7)
Security
If you discover any security related issues, please email ezra@tsdme.nl instead of using the issue tracker., (*8)
Credits
License
The MIT License (MIT). Please see License File for more information., (*9)