Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexeevdv/string-psr-logger

PSR logger target that logs info to string
https://github.com/alexeevdv/string-psr-logger

Last synced: about 2 months ago
JSON representation

PSR logger target that logs info to string

Awesome Lists containing this project

README

        

# string-psr-logger

[![Build Status](https://travis-ci.com/alexeevdv/string-psr-logger.svg?branch=master)](https://travis-ci.com/alexeevdv/string-psr-logger)
[![codecov](https://codecov.io/gh/alexeevdv/string-psr-logger/branch/master/graph/badge.svg)](https://codecov.io/gh/alexeevdv/string-psr-logger)
![PHP 5.6](https://img.shields.io/badge/PHP-5.6-green.svg)
![PHP 7.0](https://img.shields.io/badge/PHP-7.0-green.svg)
![PHP 7.1](https://img.shields.io/badge/PHP-7.1-green.svg)
![PHP 7.2](https://img.shields.io/badge/PHP-7.2-green.svg)
![PHP 7.3](https://img.shields.io/badge/PHP-7.3-green.svg)

PSR logger target that logs info to string

## Installation

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```bash
$ php composer.phar require alexeevdv/string-psr-logger "^1.0"
```

or add

```
"alexeevdv/string-psr-logger": "^1.0"
```

to the ```require``` section of your `composer.json` file.