dereuromark / cakephp-tools

A CakePHP Tools plugin containing lots of useful helpers, behaviors, components, shells, ...
http://www.dereuromark.de
MIT License
336 stars 142 forks source link

Add custom log class for CakePHP 4 #262

Closed ishan-biztech closed 4 years ago

ishan-biztech commented 4 years ago

Closes #260

dereuromark commented 4 years ago

tests seem to fail

codecov-commenter commented 4 years ago

Codecov Report

Merging #262 into master will increase coverage by 0.04%. The diff coverage is 86.95%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #262      +/-   ##
============================================
+ Coverage     77.85%   77.89%   +0.04%     
- Complexity     1821     1829       +8     
============================================
  Files            58       59       +1     
  Lines          4298     4321      +23     
============================================
+ Hits           3346     3366      +20     
- Misses          952      955       +3     
Impacted Files Coverage Δ Complexity Δ
src/Utility/FileLog.php 86.95% <86.95%> (ø) 8.00 <8.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2045d41...a5b9e82. Read the comment docs.

ishan-biztech commented 4 years ago

Fixed