phpcodex / logging
There is no license information available for the latest version (1.0) of this package.
Application Logging
1.0
2019-03-18 20:25 UTC
Requires
- php: >=5.6
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2026-02-23 09:02:30 UTC
README
This logger package was made to serve as a simple replacement to a logger being used by Zend.
When your log files should have each log-line in a JSON format for other services such as DataDog to interact with, this serves as a suitable replacement logger service.
This was only produced as a proof of concept.