2017 © Pedro Peláez
 

yii2-extension yii2-logman

Log collector on the Yii framework

image

nfedoseev/yii2-logman

Log collector on the Yii framework

  • Wednesday, July 6, 2016
  • by nfedoseev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Log collector on Yii2

This extension provides the logging service on the Yii framework 2.0., (*1)

Latest Stable Version Total Downloads Yii2 License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

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

or add, (*5)

"nfedoseev/yii2-logman": "*"

to the require section of your composer.json., (*6)

Configuring application

After extension is installed you need to setup log target class:, (*7)

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

The Versions

06/07 2016

dev-master

9999999-dev https://github.com/nfedoseev/yii2-logman

Log collector on the Yii framework

  Sources   Download

MIT

The Requires

 

logger log yii2 errors yii log collector

06/07 2016

1.0-rc

1.0.0.0-RC https://github.com/nfedoseev/yii2-logman

Log collecto on the Yii framework

  Sources   Download

MIT

The Requires

 

logger log yii2 errors yii log collector