Skip to content

Releases: xp-framework/logging

11.2.0: Reflection library

28 Mar 22:24
Compare
Choose a tag to compare
  • Changed to use reflection library inside util.log.LogConfiguration
    (@thekid)

11.1.0: XP 12 compatibility

24 Mar 12:12
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

11.0.0: Drop XP 9, add PHP 8.1, XP 11 compatibility

21 Oct 14:51
Compare
Choose a tag to compare
  • Made compatible with PHP 8.1 by replacing calls to the now-deprecated
    strftime() function
    (@thekid)
  • Implemented xp-framework/rfc#341, dropping compatibility with XP 9
    (@thekid)

10.0.0: Drop PHP 5 support

10 Apr 12:26
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Converted newinstance to anonymous classes
    (@thekid)

9.1.4: Annotation syntax

10 Apr 10:31
Compare
Choose a tag to compare
  • Implemented RFC #335: Remove deprecated key/value pair annotation syntax
    (@thekid)

9.1.3: XP10 compatibility

01 Dec 09:31
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid

9.1.2: PHP 7.4 compatibility

19 Aug 23:33
Compare
Choose a tag to compare
  • Made compatible with PHP 7.4 - refrain using {} for string offsets
    (@thekid)
  • Replaced all calls to the deprecated xp::stringOf() to use the method
    from util.Objects.
    (@thekid)

9.1.1: Colors fix

05 Nov 20:11
Compare
Choose a tag to compare

6.7.0: Backport SyslogUdpAppender

05 Oct 14:54
Compare
Choose a tag to compare
  • Merged PR #15: Backported SyslogUdpAppender to version 6.x - @OlafSeng

9.1.0: Layout configuration

19 Sep 12:40
Compare
Choose a tag to compare
  • Merged PR #14: Make layout configurable via "layout" in log configuration
    (@thekid)
  • Merged PR #13: Add support for named arguments via configuration file
    (@thekid)