Releases: samdark/yii2-psr-log-target
Releases · samdark/yii2-psr-log-target
1.1.3
Add PsrMessage DTO for extended context handling (#17)
1.1.2
[+] Close #15. Allow to extract exceptions' trace (#16)
1.1.1
- Fixes #13: Context message was lost when filtering by log level
1.1.0
- Added $addTimestampToContext to context
1.0.7
Make it compatible with current PSR interface version constraints.
1.0.6
#9: Original exception is now saved in the context['exception']
.
1.0.4
#6: Added PSR log levels support.
1.0.3
- #3: Flatten message to string if it's an array or an object (patrick-yi-82)