PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kiril Savchev   ITE Logger   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ITE Logger
Log messages to different storage PSR-3 compliant
Author: By
Last change: Change stream logger and strategy loading and leave their init to the concrete stream class
Date: 7 years ago
Size: 477 bytes
 

Contents

Class file image Download
{ "name": "ite/ite-logger", "description": "PSR-3 loggers", "keywords": ["psr", "psr-3", "log"], "license": "MIT", "authors": [ { "name": "Kiril Savchev", "homepage": "http://ifthenelse.info/" } ], "autoload": { "psr-4": { "Ite\\Logger\\": "src/" } }, "require": { "psr/log": "^1.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "^2.9" } }