Releases: jbroadway/analog
Releases · jbroadway/analog
1.0.11-stable
- 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
Added Slackbot handler.
1.0.9-stable
Improved connection logic for MongoDB.
1.0.8-stable
- New
LevelName
handler translates log level numbers to proper names in output - Use the new MongoDB driver if available
1.0.7-stable
Updates for PHP 7 support, replaced Mongo with MongoClient class, renamed Null handler to Ignore.
1.0.6-stable
Fixes for tests on travis-ci.org
1.0.5-stable
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
- Updated syslog.php to include full set of levels
- Improved type conversions in string interpolation
- Converting DateTime to string fails in PHP 5.4