Enhancements
- Support PSR Log v3
#51
Breaking changes
- PSR Log v1 is no longer supported. Use
bugsnag/bugsnag-psr-logger:^1.0for 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\AbstractLoggerin favour of usingPsr\Log\AbstractLoggerdirectly - Added parameter and return types throughout
Bugsnag\PsrLogger\BugsnagLoggerandBugsnag\PsrLogger\MultiLogger - Removed protected
Bugsnag\PsrLogger\BugsnagLogger::limitmethod