2017 © Pedro Peláez
 

library log

Asynchronous logging interface for Icicle.

image

icicleio/log

Asynchronous logging interface for Icicle.

  • Thursday, February 18, 2016
  • by Trowski
  • Repository
  • 3 Watchers
  • 3 Stars
  • 28,347 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Asynchronous Log for Icicle

This library is a component for Icicle, providing an asynchronous logging interface and implementation based on Icicle's stream package. Like other Icicle components, this library uses Coroutines built from Awaitables and Generators to make writing asynchronous code more like writing synchronous code., (*1)

Build Status Coverage Status Semantic Version MIT License @icicleio on Twitter, (*2)

Documentation and Support

Requirements
  • PHP 5.5+ for v0.1.x branch (current stable) and v1.x branch (mirrors current stable)
  • PHP 7 for v2.0 (master) branch supporting generator delegation and return expressions
Installation

The recommended way to install is with the Composer package manager. (See the Composer installation guide for information on installing and using Composer.), (*3)

Run the following command to use this library in your project:, (*4)

composer require icicleio/log

You can also manually edit composer.json to add this library as a project requirement., (*5)

// composer.json
{
    "require": {
        "icicleio/log": "^0.1"
    }
}

The Versions

18/02 2016

dev-master

9999999-dev http://icicle.io

Asynchronous logging interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

log asynchronous async

18/02 2016

0.1.x-dev

0.1.9999999.9999999-dev http://icicle.io

Asynchronous logging interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

log asynchronous async

18/02 2016

1.x-dev

1.9999999.9999999.9999999-dev http://icicle.io

Asynchronous logging interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

log asynchronous async

12/02 2016

v0.1.0

0.1.0.0 http://icicle.io

Asynchronous logging interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

log asynchronous async