Skip to content

2.0.0

Choose a tag to compare

@Firehed Firehed released this 03 Apr 18:04
24d312b

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\Logger has been renamed to SimpleLogger\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.