Skip to content

nfedoseev/yii2-logman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
        ],
        ...
    ],
    ...
]

About

Log manager for Yii 2 framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages