2017 © Pedro Peláez
 

library outlog

Outer logging system

image

demi/outlog

Outer logging system

  • Tuesday, March 15, 2016
  • by demi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

# Outlog

Outer logging system, (*1)

Installation

Run, (*2)

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

or, (*3)

Add to composer.json in your project, (*4)

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

then run command, (*5)

php composer.phar update

# Configurations

Log new exception, (*6)

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

$client->notifyException($exception);

The Versions

15/03 2016

dev-master

9999999-dev https://github.com/demisang/outlog#readme

Outer logging system

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

log errors exception

15/03 2016

1.0.2

1.0.2.0 https://github.com/demisang/outlog#readme

Outer logging system

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

log errors exception

14/03 2016

1.0.1

1.0.1.0 https://github.com/demisang/outlog#readme

Outer logging system

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

log errors exception

12/03 2016

1.0.0

1.0.0.0 https://github.com/demisang/outlog#readme

Outer logging system

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

log errors exception

10/03 2016

0.1.1

0.1.1.0 https://github.com/demisang/outlog#readme

Outer logging system

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

log errors exception

10/03 2016

0.1.0

0.1.0.0 https://github.com/demisang/outlog#readme

Outer logging system

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

log errors exception