netom/logentries-monolog-handler

A handler for Monolog that sends messages to Logentries.com.

v2.2 2019-12-18 15:50 UTC

This package is auto-updated.

Last update: 2024-04-19 01:47:50 UTC


README

This plug in will no longer be officially supported or maintained by Logentries.

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