2.0.0
This is a fork of the original SimpleLogger package, with some small updates and adjustments.
Items of note:
- PHP 7.1 is now the lowest supported version, in order to take advantage of modern PHP features
SimpleLogger\Loggerhas been renamed toSimpleLogger\ChainLogger- Timestamps are now in ISO8601 format
- All loggers now support
setLevel(Psr\Log\LogLevel)and will filter out lower-priority messages appropriately - Test coverage and CI tooling has been added
Most other changes are backwards-compatible, but the behavior is not identical to the original package.