Skip to content

Releases: jbroadway/analog

1.0.11-stable

Choose a tag to compare

@jbroadway jbroadway released this 08 Dec 15:41
  • 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

Choose a tag to compare

@jbroadway jbroadway released this 17 Sep 02:31

Added Slackbot handler.

1.0.9-stable

Choose a tag to compare

@jbroadway jbroadway released this 03 Jan 20:17

Improved connection logic for MongoDB.

1.0.8-stable

Choose a tag to compare

@jbroadway jbroadway released this 10 Aug 22:15
  • New LevelName handler translates log level numbers to proper names in output
  • Use the new MongoDB driver if available

1.0.7-stable

Choose a tag to compare

@jbroadway jbroadway released this 12 Jun 17:25

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

1.0.6-stable

Choose a tag to compare

@jbroadway jbroadway released this 13 Feb 20:37

Fixes for tests on travis-ci.org

1.0.5-stable

Choose a tag to compare

@jbroadway jbroadway released this 13 Feb 20:26

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

Choose a tag to compare

@jbroadway jbroadway released this 27 Jan 14:16
  • Updated syslog.php to include full set of levels
  • Improved type conversions in string interpolation
  • Converting DateTime to string fails in PHP 5.4