letharion / opportunistic-logger
Opportunistic logger
Installs: 9 214
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- monolog/monolog: ~1
Requires (Dev)
- phpunit/phpunit: ~4
This package is not auto-updated.
Last update: 2025-02-25 05:41:45 UTC
README
Opinionated wrapper around monolog.
This project wraps Monolog, or any other PSR-3 compliant logging library, to output logging in a certain format every time.
Features
UUIDs for log messages
A uuid for every message ensures that even if the wording of a message changes, or the logged message is translated, every unique instance of the same event can still be easily traced.