1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-01-17 20:58:32 +01:00

Add note about payload context var, refs #687

This commit is contained in:
Jordi Boggiano 2015-11-18 17:17:16 +00:00
parent 5ee8529a7a
commit b3f1d9a792

View File

@ -18,6 +18,9 @@ use Monolog\Logger;
/**
* Sends errors to Rollbar
*
* If the context data contains a `payload` key, that is used as an array
* of payload options to RollbarNotifier's report_message/report_exception methods.
*
* @author Paul Statezny <paulstatezny@gmail.com>
*/
class RollbarHandler extends AbstractProcessingHandler