Download the PHP package pedromazala/fluentd-logger without Composer
On this page you can find all versions of the php package pedromazala/fluentd-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pedromazala/fluentd-logger
More information about pedromazala/fluentd-logger
Files in pedromazala/fluentd-logger
Download pedromazala/fluentd-logger
More information about pedromazala/fluentd-logger
Files in pedromazala/fluentd-logger
Vendor pedromazala
Package fluentd-logger
Short Description A Fluentd logging component for Laravel
License MIT
Homepage https://github.com/pedromazala/laravel-fluentd-logger
Package fluentd-logger
Short Description A Fluentd logging component for Laravel
License MIT
Homepage https://github.com/pedromazala/laravel-fluentd-logger
Please rate this library. Is it a good library?
Informations about the package fluentd-logger
Fluentd Logger
Sends application log messages and events to a fluentd log shipper.
Installation
Add the package via composer
Usage with Laravel
Add the Service Provider
Add the following to the providers
array in your application config:
Set the environment variables
Standard Log Events
Normal log events are sent to fluentd using standard Laravel logging functions
Measurement Events
To measure an event, use fluent_measure($event, $data=[], $tags=null);
$data should contain numeric data. Think of $tags as additional indexes for that data. A timestamp is included by default.
Usage without Laravel
All versions of fluentd-logger with dependencies
PHP Build Version
Package Version
The package pedromazala/fluentd-logger contains the following files
Loading the files please wait ....