# tactician-logger

[![Latest Version](https://img.shields.io/github/release/thephpleague/tactician-logger.svg?style=flat-square)](https://github.com/thephpleague/tactician-logger/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/thephpleague/tactician-logger/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/tactician-logger)
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/tactician-logger.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/tactician-logger)

This package adds support for logging incoming commands to any PSR-3 compliant logger. 

## Install

Via Composer

``` bash
$ composer require league/tactician-logger
```

## Usage

See [the plugin documentation page](http://tactician.thephpleague.com/plugins/logger/) for examples and setup instructions 


## Testing

``` bash
$ ./vendor/bin/phpunit
```

## Security
Disclosure information can be found on [the main Tactician repo](https://github.com/thephpleague/tactician#security).

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
