This extension provides the logging service on the Yii framework 2.0.
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.
After extension is installed you need to setup log target class:
[
'modules' => [
'logman' => [
'class' => 'nfedoseev\yii2\logman',
],
...
],
...
]
Comments