nfedoseev/yii2-logman Log collector on the Yii framework

loggerlogerrorslogcollector

Log collector on Yii2

This extension provides the logging service on the Yii framework 2.0.

Latest Stable Version Total Downloads Yii2 License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nfedoseev/yii2-logman

or add

"nfedoseev/yii2-logman": "*"

to the require section of your composer.json.

Configuring application

After extension is installed you need to setup log target class:

[
    'modules' => [
        'logman' => [
            'class' => 'nfedoseev\yii2\logman',
        ],
        ...
    ],
    ...
]

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0-rc is the latest of one release



MIT license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
23 total downloads