gobline / logger
Logger component
v2.0.0
2015-12-03 09:20 UTC
Requires
- php: >=5.6.0
- psr/log: 1.0.*@dev
This package is auto-updated.
Last update: 2024-11-12 19:11:17 UTC
README
A Logger that implements the Composite design pattern, by delegating method calls to a group of Loggers.
Installation
You can install Gobline Logger using the dependency management tool Composer. Run the require command to resolve and download the dependencies:
composer require gobline/logger