2017 © Pedro Peláez
 

library mono-snag

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

image

mead-steve/mono-snag

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  • Sunday, October 9, 2016
  • by MeadSteve
  • Repository
  • 2 Watchers
  • 19 Stars
  • 175,962 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 11 Versions
  • 9 % Grown

The README.md

MonoSnag

Test PHP 7 & 8 Latest Stable Version License Monthly Downloads, (*1)

Monolog Handler connection to Bugsnag, (*2)

Installation

Via Composer using, (*3)

composer require mead-steve/mono-snag

Usage

A handler is provided that wraps up a Bugsnag client. By default, the handler will grab anything at Logger::ERROR and above and send it to Bugsnag., (*4)


$logger = new Monolog\Logger("Example"); $bugsnagClient = new Bugsnag\Client('YOUR-BUGSNAG-API-KEY-HERE'); //... bugsnag specific config goes here. $bugsnagHandler = new \MeadSteve\MonoSnag\BugsnagHandler($bugsnagClient); $logger->pushHandler($bugsnagHandler); // The following error will get sent automatically to Bugsnag $logger->addError("oh no!", array('exception' => new \Exception("ohnoception")));

The Versions

09/10 2016

dev-master

9999999-dev

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

09/10 2016

v3.0.0

3.0.0.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

09/11 2015

dev-v1-branch

dev-v1-branch

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

09/11 2015

v1.0.4

1.0.4.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

09/11 2015

V2.0.0

2.0.0.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

29/05 2015

v1.0.3

1.0.3.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

09/05 2014

v1.0.2

1.0.2.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog error bugsnag

05/03 2014

v1.0.1

1.0.1.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog error bugsnag

04/03 2014

dev-coveralls-experiment

dev-coveralls-experiment

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

04/03 2014

dev-php-next-tests

dev-php-next-tests

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve B

logging monolog error bugsnag

04/03 2014

v1.0.0

1.0.0.0

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog error bugsnag