bkubicki / magento2-logger-utils
Logger utils for Magento 2
1.0.1
2020-03-24 14:40 UTC
Requires
- php: ^7.2.0|~7.3.0
- magento/framework: ^101.0|^102.0
This package is auto-updated.
Last update: 2024-10-25 01:01:56 UTC
README
Overview
Library provides slight adjustments for magento 2 native logger feature.
Features
- custom implementation of base handler
OnlySelfSeverityLevelAwareHandler
, which doesn't use higher severity handers, so logs are more readable
Prerequisites
- PHP 7.2|7.3
Installation
To install the extension use the following commands:
composer require bkubicki/magento2-logger-utils
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Changelog
See changelog here.
Authors
License
This project is licensed under the MIT License - see the LICENSE file for details.