2017 © Pedro Peláez
 

library multilog

PSR-3 compliant logging proxy

image

yoshi2889/multilog

PSR-3 compliant logging proxy

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Multilog

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads, (*1)

A PSR-3 compliant proxy for logging to multiple other PSR-3 compliant loggers., (*2)

Installation

You can install this class via composer:, (*3)

composer require yoshi2889/multilog, (*4)

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., (*5)

License

This code is released under the MIT License. Please see LICENSE to read it., (*6)

The Versions

10/07 2017

dev-master

9999999-dev

PSR-3 compliant logging proxy

  Sources   Download

MIT

The Requires

 

The Development Requires