Download the PHP package blueant-allan/lumen-elasticlogger without Composer
On this page you can find all versions of the php package blueant-allan/lumen-elasticlogger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blueant-allan/lumen-elasticlogger
More information about blueant-allan/lumen-elasticlogger
Files in blueant-allan/lumen-elasticlogger
Download blueant-allan/lumen-elasticlogger
More information about blueant-allan/lumen-elasticlogger
Files in blueant-allan/lumen-elasticlogger
Vendor blueant-allan
Package lumen-elasticlogger
Short Description A custom log package for Cloudstaff using Lumen microframework
License MIT
Package lumen-elasticlogger
Short Description A custom log package for Cloudstaff using Lumen microframework
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-elasticlogger
ElasticLogger a Lumen custom logger package for Cloudstaff
A package for creating custom logs in Lumen microframework
Installation
You can install this package into your Lumen application using composer.
The recommended way to install composer packages is:
Configuration
- After installing the package in your project. You can now instantiate the class by including the library as such.
Usage
The library will expect the following parameters:
- EventType Can be use to describe the type of event being written to logs
- Message content message of your logs
- (Optional) this third parameter is optional. In case you need to pass a object or array, you may use this third parameter to add that object or array to your logs
Create an activity information log:
Create an activity debug log:
Create an activity Error log:
Create an activity Notice log:
Create an activity Warning log:
Pass an array to your logs. Example below:
All versions of lumen-elasticlogger with dependencies
PHP Build Version
Package Version
Requires
laravel/lumen-framework Version
>5.0
The package blueant-allan/lumen-elasticlogger contains the following files
Loading the files please wait ....