https://github.com/bartoszkubicki/magento2-logging-utils
Magneto 2 logging utils
https://github.com/bartoszkubicki/magento2-logging-utils
logging magento magento2 magento2-extension magento2-module utils
Last synced: 9 months ago
JSON representation
Magneto 2 logging utils
- Host: GitHub
- URL: https://github.com/bartoszkubicki/magento2-logging-utils
- Owner: bartoszkubicki
- License: mit
- Created: 2020-03-14T21:41:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T14:43:55.000Z (over 6 years ago)
- Last Synced: 2025-06-22T16:55:22.210Z (about 1 year ago)
- Topics: logging, magento, magento2, magento2-extension, magento2-module, utils
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BKubicki Magento 2 Logger Utils
## 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:
```bash
composer require bkubicki/magento2-logger-utils
```
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/bartoszkubicki/magento2-unit-tests-doubles/tags).
## Changelog
See changelog [here](CHANGELOG.md).
## Authors
* [Bartosz Kubicki](https://github.com/bartoszkubicki)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.