Skip to content

ApIx Log 1.1.0

Compare
Choose a tag to compare
@frqnck frqnck released this 18 Sep 12:24
· 119 commits to master since this release
  • Fixed a PHP 5.3 specific syntax error (unit-test)
  • Renamed Apix\Log\Logger\Null to Apix\Log\Logger\Nil. 'Null' as a classname is now reserved to PHP7 usage, see PHP RFC: Reserve More Types in PHP 7
  • Some semantic modifications e.g. now using "Log Buckets" to holds loggers.
  • Added bucket self-prioritization as opposed to the FIFO mode used until now.
  • Fixed the cascading or not of log entries to subsequent loggers.
  • Added some aditional tests -- 100% code coverage!