phpcodex / logging
Application Logging
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2025-04-23 06:58:22 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.