qlimix / logging
Logging to specific levels and channels
3.0.0
2020-11-21 19:04 UTC
Requires
- php: >7.4
Requires (Dev)
- qlimix/code-standard: ^3.0
This package is auto-updated.
Last update: 2024-10-22 03:35:39 UTC
README
Logging to specific levels and channels
Install
Using Composer:
$ composer require qlimix/logging
doc
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.