demi/outlog

Outer logging system

1.0.2 2016-03-15 05:48 UTC

This package is auto-updated.

Last update: 2024-03-27 20:07:36 UTC


README

=================== Outer logging system

Installation

Run

php composer.phar require "demi/outlog" "~1.0"

or

Add to composer.json in your project

{
	"require": {
  		"demi/outlog": "~1.0"
	}
}

then run command

php composer.phar update

Configurations

Log new exception

$client = new Outlog($apiKey);
$client->basePath = '/var/www/site';

$client->notifyException($exception);