2017 © Pedro Peláez
 

library sentry-psr-log

PSR Logger for Sentry

image

facile-it/sentry-psr-log

PSR Logger for Sentry

  • Friday, December 1, 2017
  • by thomasvargiu
  • Repository
  • 5 Watchers
  • 5 Stars
  • 1,820 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

Sentry PSR 3 logger

Build Status Code Coverage Scrutinizer Code Quality, (*1)

This module provide a PSR 3 log implementation for Sentry, (*2)

Installation

The only supported way to install this module is trough composer. For composer documentation you can refer to getcomposer.org., (*3)

composer require facile-it/sentry-psr-log

Example

$ravenClient = new Raven_Client('dsn', []);

$logger = new Facile\Sentry\Log\Logger($ravenClient);

// Logging message
$logger->error('message', ['foo' => 'bar']);

// Logging exception
$exception = new \RuntimeException('foo');
$logger->error($exception, ['foo' => 'bar']);

The Versions

01/12 2017

dev-master

9999999-dev https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs

01/12 2017

dev-feature/php72-support

dev-feature/php72-support https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs

30/06 2017

2.0.1

2.0.1.0 https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs

25/06 2017

2.0.0

2.0.0.0 https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs

01/09 2016

1.0.1

1.0.1.0 https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs

02/07 2016

1.0.0

1.0.0.0 https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs

29/05 2016

0.1.0

0.1.0.0 https://github.com/facile-it/sentry-psr-log

PSR Logger for Sentry

  Sources   Download

MIT

The Requires

 

The Development Requires

psr log errors exception psr3 raven sentry error exceptions logs