Skip to content

Releases: samdark/yii2-psr-log-target

1.1.4

23 Nov 14:13
5f14f21

Choose a tag to compare

1.1.3

16 Jul 12:35
ccb29ec

Choose a tag to compare

Add PsrMessage DTO for extended context handling (#17)

1.1.2

03 Mar 12:40
5ca1a69

Choose a tag to compare

[+] Close #15. Allow to extract exceptions' trace (#16)

1.1.1

07 Jun 20:49

Choose a tag to compare

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

1.1.0

28 May 06:26
35b0210

Choose a tag to compare

  • Added $addTimestampToContext to context

1.0.7

14 Dec 10:03
9fd535f

Choose a tag to compare

Make it compatible with current PSR interface version constraints.

1.0.6

29 Aug 17:28

Choose a tag to compare

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

1.0.5

18 Dec 22:31

Choose a tag to compare

#8: Added levels support

1.0.4

13 Dec 12:04
4ec7162

Choose a tag to compare

#6: Added PSR log levels support.

1.0.3

14 May 09:59

Choose a tag to compare

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