FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

[BUGFIX] Redesign Logger, adjust Tests and CI #79

Closed afoeder closed 6 years ago

afoeder commented 6 years ago

This adjust the Logger to not extend any other logger anymore but implement the PSR Logging interface and its methods properly.

Besides, since the Logger class is made for decoration, Unit tests are added who make sure it works accordingly and the improperly present composer.lock is removed, making it possible to install the set of packages according to the composer.json.

afoeder commented 6 years ago

I will check and make the tests green on… monday I guess.