2017 © Pedro Peláez
 

library yii2-json-log-file-target

File target that stores log as JSON

image

urbanindo/yii2-json-log-file-target

File target that stores log as JSON

  • Thursday, June 7, 2018
  • by petrabarus
  • Repository
  • 2 Watchers
  • 0 Stars
  • 497 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

yii2-json-log-file-target

Store log file as Json, (*1)

Latest Stable Version Total Downloads Latest Unstable Version Build Status codecov, (*2)

Usage

'components' => [
    'log' => [
        'targets' => [
            [
                'class' => JsonFileTarget::class,
                'levels' => ['error', 'warning'],
                'decodeMessage' => false,
            ]
        ]
    ]
]

The Versions