rioxygen/wrappergraylogzendlogger

Adapter de Zend/Logger/Logger

dev-master 2018-02-25 06:28 UTC

This package is auto-updated.

Last update: 2024-03-27 16:04:17 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Dependency Status

About

A php implementation to send log-files to a gelf compatible backend like Graylog2. This library conforms to the PSR standards in regards to structure (4), coding-style (1, 2) and logging (3).

Usage

Recommended installation via composer:

Add gelf-php to composer.json either by running composer require graylog2/gelf-php or by defining it manually:

"require": {
   // ...
   "Rioxygen/Graylog": "~1.0"
   // ...
}

Reinstall dependencies: composer install

@author Ricardo Ruiz Cruz