Skip to content

Releases: camspiers/silverstripe-loggerbridge

PHP7 fixes

25 Sep 21:47
dfbe511
Compare
Choose a tag to compare
Merge pull request #14 from kinglozzer/php7

FIX: PHP 7 compatibility

1.0.0

20 Jan 02:15
Compare
Choose a tag to compare
Remove semver unstable notice

Lax composer requirements

30 Apr 02:12
Compare
Choose a tag to compare
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

12 Feb 20:51
Compare
Choose a tag to compare

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

02 Feb 00:37
Compare
Choose a tag to compare
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

06 Jan 20:26
Compare
Choose a tag to compare