yoshi2889 / multilog
PSR-3 compliant logging proxy
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/yoshi2889/multilog
Requires
- php: >=7.1.0
- psr/log: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2025-10-07 18:19:28 UTC
README
A PSR-3 compliant proxy for logging to multiple other PSR-3 compliant loggers.
Installation
You can install this class via composer
:
composer require yoshi2889/multilog
Usage
Create an instance of Multilog\Proxy and add any instance of LoggerInterface to it,
either via the constructor or via the addLogger
method. Logging via PSR-3 methods will
cause Multilog to log to all registered loggers.
License
This code is released under the MIT License. Please see LICENSE
to read it.