Skip to content

Releases: jbroadway/analog

1.0.11-stable

08 Dec 15:41
Compare
Choose a tag to compare
  • Fixed travis-ci configuration
  • Updated PHPUnit classes and moved to dev dependencies
  • Fixed tests for missing PHPUnit_Framework_TestCase due to psr/log issues
  • Updated examples in README

1.0.10-stable

17 Sep 02:31
Compare
Choose a tag to compare

Added Slackbot handler.

1.0.9-stable

03 Jan 20:17
Compare
Choose a tag to compare

Improved connection logic for MongoDB.

1.0.8-stable

10 Aug 22:15
Compare
Choose a tag to compare
  • New LevelName handler translates log level numbers to proper names in output
  • Use the new MongoDB driver if available

1.0.7-stable

12 Jun 17:25
Compare
Choose a tag to compare

Updates for PHP 7 support, replaced Mongo with MongoClient class, renamed Null handler to Ignore.

1.0.6-stable

13 Feb 20:37
Compare
Choose a tag to compare

Fixes for tests on travis-ci.org

1.0.5-stable

13 Feb 20:26
Compare
Choose a tag to compare

Added new properties (defaults included below):

  • Analog::$date_format = 'Y-m-d H:i:s'
  • Analog::$timezone = 'GMT'
  • Analog::$default_level = Analog::ERROR

Bug fixes

27 Jan 14:16
Compare
Choose a tag to compare
  • Updated syslog.php to include full set of levels
  • Improved type conversions in string interpolation
  • Converting DateTime to string fails in PHP 5.4