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.
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.