Apix Log Versions Save

A thin (and fast) PSR-3 logger.

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

8 years ago
  • Updated the README.md
  • Fixed setCascading (just uncommented).

1.1.0

8 years ago
  • 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!

1.0.2

8 years ago
  • Added the logged message can be the context directly i.e. not a string.
  • Added \InvalidArgumentException with an explicit message to the main constructor.
  • Added handling of Exception as context e.g. $logger->critical( new \Exception('Boo!') ).

1.0.1

8 years ago
  • Added Scrutinizer checks.
  • Added .gitattributes file.
  • Added a unit tests bootstrap.php file.
  • Added a default timezone to the unit tests bootstrapper.
  • Fixed the context array handler (convert data to JSON).
  • Added additional tests and minor changes.
  • Updated the examples in README.md.
  • Added a CHANGELOG.md file.

1.0.0

8 years ago
  • Initial release.

1.1.2

8 years ago
  • Updated the README.md
  • Added HHVM support.
  • Updated PHPUnit to 4.8 version.
  • Added PHP7 support.
  • Made Travis faster (using Docker containers and skipping allowable failures).

1.1.3

8 years ago
  • Added setDeferred so processing of logs happen at __destruct time on a bucket and/or logger level (thanks @Synchro).
  • Updated the README.md accordingly.

1.1.4

8 years ago
  • Added link to PHPMailer/apix-log-phpmailer.
  • Bug fixes.