Skip to content

errorstreamhq/errorstream-yii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ErrorStream-Yii

This package is for yii 1.0 integration with ErrorStream.com.

Installation:

  1. Download the zip.

  2. Extract the errorstream folder to your extensions directory.

  3. Add the ErrorStreamLogger to your log routes in your config/main.php file:

'log'=>array(
  	'class'=>'CLogRouter',
  	'routes'=>array(
        ...
        array(
          'class'         => 'application.extensions.errorstream.ErrorStreamLogger',
          'api_token'     => 'YOUR API TOKEN HERE',
          'project_token' => 'YOUR PROJECT TOKEN HERE',
          'levels'        => 'info, error, warning',
          'enabled'       => true,
        ),
  	),
),

About

Yii 1.0 integration with errorstream.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages