Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 760 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 760 Bytes

Cherry-logger Changelog

v1.0.0 (2019-02-28)

The first Stable version

Additions

  • You can call more then one method from one object;
  • Added Debug log type
  • Added logs count getting feature;
  • Added logs clearing feature;
  • Added PHPUnit Tests;

v0.9.5 (2019-02-27)

Additions

  • Added logger naming feature. You can set name for each logger instance.

v0.9 (2019-02-26)

The first Major version

  • Package available on: composer require cherry-project/logger

  • Logger methods

    • info
    • warning
    • error