Releases: camspiers/silverstripe-loggerbridge
Releases · camspiers/silverstripe-loggerbridge
PHP7 fixes
1.0.0
Lax composer requirements
Merge pull request #5 from stevie-mayhew/pulls/composer-requirements MINOR: remove lock file from project
Include exception object in context by default when logging
This release adds exception objects to the log context per PSR-3 for all errors and exceptions.
0.5.1: Handle recoverable errors as terminating errors
Currently recoverable errors are handled in a way that means they don't cause the operation of the script to terminate, but the execution continues in spite of the error. This change makes it so a recoverable error is seen as a terminating error
0.5.0: Merge pull request #1 from studiobonito/master
UPDATE: Require Monolog 1.7