yii2-psr-log-target

Yii 2.0 log target that is able to write messages to PSR-3 compatible logger

BSD-3-CLAUSE License

Downloads
1.2M
Stars
80
Committers
11

Bot releases are hidden (Show)

yii2-psr-log-target - 1.1.4 Latest Release

Published by samdark 11 months ago

  • Add compatibility with PHP 8.1 (@gusiushub)
yii2-psr-log-target - 1.1.3

Published by samdark over 4 years ago

Add PsrMessage DTO for extended context handling (#17)

yii2-psr-log-target - 1.1.2

Published by samdark over 4 years ago

yii2-psr-log-target - 1.1.1

Published by samdark over 5 years ago

  • Fixes #13: Context message was lost when filtering by log level
yii2-psr-log-target - 1.1.0

Published by samdark over 5 years ago

  • Added $addTimestampToContext to context
yii2-psr-log-target - 1.0.7

Published by samdark almost 6 years ago

Make it compatible with current PSR interface version constraints.

yii2-psr-log-target - 1.0.6

Published by samdark about 6 years ago

#9: Original exception is now saved in the context['exception'].

yii2-psr-log-target - 1.0.5

Published by samdark almost 7 years ago

#8: Added levels support

yii2-psr-log-target - 1.0.4

Published by samdark almost 7 years ago

#6: Added PSR log levels support.

yii2-psr-log-target - 1.0.3

Published by samdark over 7 years ago

  • #3: Flatten message to string if it's an array or an object (patrick-yi-82)
yii2-psr-log-target - 1.0.2

Published by samdark over 7 years ago

  • Fixes #2: Fixed error when context info is partially missing (samdark)
yii2-psr-log-target - 1.0.1

Published by samdark over 7 years ago

Moved code into src directory.

yii2-psr-log-target - 1.0.0

Published by samdark over 7 years ago

  • Initial release.