kyeates / psr-loggers
Helpful classes that implement psr/log
Installs: 2 898
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- psr/log: ~1.0
This package is not auto-updated.
Last update: 2025-03-07 20:41:35 UTC
README
Classes that implement psr/log LoggerInterface, useful for testing or wrapping other loggers for extra features
- EchoLogger - Just echos out the logs
- MockLogger - Does nothing, useful for testing.
- ContextLogger - Wraps an existing logger then allows you to set some extra context on the logger that will be added to every log output.