Skip to content

Releases: andrey-tech/debug-logger-php

2.0.2

05 Jun 04:43
b78478d

Choose a tag to compare

Changelog

  • small refactoring;
  • changed signature of method instance() in DebugLoggerInterface.

v2.0.1

03 Jun 17:13
9553be2

Choose a tag to compare

Changelog

  • fixed signature of method instance() in DebugLoggerInterface (pull request #1);
  • actualized README.md.

v2.0.0

07 Feb 08:34
c636083

Choose a tag to compare

Changelog

  • change class namespace from \App to \App\DebugLogger;
  • add new interface DebugLoggerInterface;
  • add new class DebugLoggerException;
  • add new static properties $uniqIdLength and $mkdirMode;
  • add new parameter $header to method save();
  • refactoring for PSR-12: Extended Coding Style.

v1.9.0

15 Jul 05:10
0ac80a8

Choose a tag to compare

Add optional debug header

v1.8.0

14 Jun 16:06

Choose a tag to compare

Remove parameter $header from method save().