errorstream Yii 1.0 Integration with errorstreamcom

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

Installation ΒΆ

1) Download the extension.

2) Extract the errorstream folder to your extensions directory.

3) Add the ErrorStreamLogger to your log routes in your config/main.php file and update your project token and api token from the project settings page on errorstream.com. You can set the enabled flag to false to not report any errors to errorstream.com

'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,
        ),
    ),
),
0 0
1 follower
165 downloads
Yii Version: 1.1
License: Apache-2.0
Category: Logging
Developed by: kevinh448
Created on: Jun 2, 2016
Last updated: 7 years ago

Downloads

show all

Related Extensions