demi / outlog
Outer logging system
1.0.2
2016-03-15 05:48 UTC
Requires
- php: >=5.3.0
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);