Bugsnag Psr Logger Versions Save

BugSnag's PHP PSR logger implementation

v2.0.0

2 years ago

Enhancements

  • Support PSR Log v3 #51

Breaking changes

  • PSR Log v1 is no longer supported. Use bugsnag/bugsnag-psr-logger:^1.0 for PSR Log v1 support

The following changes are breaking for users extending any of the classes provided by this package, but should not otherwise be noticeable:

  • Removed Bugsnag\PsrLogger\AbstractLogger in favour of using Psr\Log\AbstractLogger directly
  • Added parameter and return types throughout Bugsnag\PsrLogger\BugsnagLogger and Bugsnag\PsrLogger\MultiLogger
  • Removed protected Bugsnag\PsrLogger\BugsnagLogger::limit method

v1.4.5

2 years ago

Deprecations

  • Deprecated Bugsnag\PsrLogger\AbstractLogger in favour of using Psr\Log\AbstractLogger directly. Bugsnag\PsrLogger\AbstractLogger will be removed in the next major version #49

v1.4.4

2 years ago

Enhancements

  • Added support for PSR Log v2 #46

v1.4.3

4 years ago

Bug fixes

  • Added support for PHP 7.2, 7.3 and 7.4 #38

v1.4.2

4 years ago

Bug fixes

  • Fix warnings being set with error severity in event (fixes #35) #37

v1.4.1

6 years ago

Bug fixes

  • Unset exception context before forwarding metadata to the error report. This removes the extraneous 'Exception' tab from error reports. #30 Graham Campbell

v1.4.0

6 years ago

1.4.0 (2017-12-21)

Enhancements

  • Bumped Bugsnag-PHP version to 3.10 to enable addMetaData functionality

Fixes

  • Fixed issue where not all log-levels are present, preventing warning notifications #29

v1.3.0

6 years ago

1.3.0 (2017-12-14)

Enhancements

  • Added log-level configuration option #23

v1.2.1

6 years ago

Bug fixes

  • Only override message using $exception from context if its an instance of Exception or Throwable #21 Josh Brown

v1.2.0

6 years ago

1.2.0 (2017-10-02)

  • Added severity data for handled/unhandled feature #19