Releases: andrey-tech/debug-logger-php
Releases · andrey-tech/debug-logger-php
2.0.2
05 Jun 04:43
Compare
Sorry, something went wrong.
No results found
Changelog
small refactoring;
changed signature of method instance() in DebugLoggerInterface.
v2.0.1
03 Jun 17:13
Compare
Sorry, something went wrong.
No results found
Changelog
fixed signature of method instance() in DebugLoggerInterface (pull request #1 );
actualized README.md.
v2.0.0
07 Feb 08:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add optional debug header
v1.8.0
14 Jun 16:06
Compare
Sorry, something went wrong.
No results found
Remove parameter $header from method save().