Skip to content
 
 

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logentries-monolog-handler Build Status

This plug in will no longer be officially supported or maintained by Logentries.
If you would be interested in maintaining this project, please contact support@logentries.com.

Current Version: 2.1

Installation

Add the following to your composer.json and run composer update

{
    "require": {
        "logentries/logentries-monolog-handler": "dev-master"
    }
}

Usage

$monolog->pushHandler(new Logentries\Handler\LogentriesHandler('YOUR_TOKEN'));

Full example

$monolog = new Logger('TestLog');
$monolog->pushHandler(new LogentriesHandler('YOUR_TOKEN'));
$monolog->addWarning('This is a warning logging message');

Links

logentries.com

About

Logentries handler extension for MonoLog PHP logging library

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages