2017 © Pedro Peláez
 

yii2-extension yii2-papertrail

Paper Trail logging for Yii2

image

fernandezekiel/yii2-papertrail

Paper Trail logging for Yii2

  • Tuesday, March 3, 2015
  • by fernandezekiel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,559 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 46 % Grown

The README.md

Yii2 PaperTrail logging

This allows your Yii application to send its log messages to PaperTrail servers, (*1)

Example Configuration

    'components' => [
        'log' => [
            'traceLevel' => YII_DEBUG ? 3 : 0,
            'targets' => [
                [
                    'class' => 'fernandezekiel\papertrail\PaperTrailTarget',
                    'levels' => ['error', 'warning'],
                    'url' => 'logs.papertrailapp.com',
                    'port' => 99999
                ],
            ],
        ],
    ...

The Versions

03/03 2015

dev-master

9999999-dev

Paper Trail logging for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Ezekiel Fernandez

log yii2 paper trail