2017 © Pedro Peláez
 

library yii2-slacklog

yii2 slack logging

image

ut8ia/yii2-slacklog

yii2 slack logging

  • Friday, September 8, 2017
  • by ut8ia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 192 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

yii2-slacklog

installing, (*1)

add into composer.json ~~~ "ut8ia/yii2-slacklog":"*" ~~~, (*2)

configuration ~~~ 'components' => [ 'log' => [ 'targets'=> [ 'class' => SlackTarget::class, 'enabled' => ('prod' === YII_ENV), 'urlWebHook' => "https://hooks.slack.com/services/T00000/B16LFUKCP/19BvNB345345345345345", 'emoji' => ':glitch_crab:', 'categories' => ['my_category','second_category'], 'levels' => ['error', 'info'], 'except' => ['yii\web\HttpException:40*'], 'logVars' => [' '], 'prefix' => [SetLogPrefix::class, 'setSlackLogPrefix'], ] ], ],, (*3)

~~~, (*4)

The Versions

08/09 2017

dev-master

9999999-dev

yii2 slack logging

  Sources   Download

GPL-3.0

The Requires

 

by Eugene Anufriev