Skip to content

Releases: vstelmakh/psr-test-logger

v1.0.0

23 Feb 16:57
Compare
Choose a tag to compare

Changelog:

  • Initial logger release implementing PSR-3 interface.
  • Added assert and filter including next matchers:
    • withLevel
    • withMessage
    • withMessageContains
    • withMessageContainsIgnoreCase
    • withMessageStartsWith
    • withMessageMatches
    • withContextEqualTo
    • withContextSameAs
    • withContextContainsEqualTo
    • withContextContainsSameAs
    • withCallback