Yii2 Psr Log Target Versions Save

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

1.1.4

5 months ago
  • Add compatibility with PHP 8.1 (@gusiushub)

1.1.3

3 years ago

Add PsrMessage DTO for extended context handling (#17)

1.1.2

4 years ago

1.1.1

4 years ago
  • Fixes #13: Context message was lost when filtering by log level

1.1.0

4 years ago
  • Added $addTimestampToContext to context

1.0.7

5 years ago

Make it compatible with current PSR interface version constraints.

1.0.6

5 years ago

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

1.0.5

6 years ago

#8: Added levels support

1.0.4

6 years ago

#6: Added PSR log levels support.

1.0.3

6 years ago
  • #3: Flatten message to string if it's an array or an object (patrick-yi-82)