2017 © Pedro Peláez
 

library log

Simple PSR-3 logger to log messages into an array

image

ozh/log

Simple PSR-3 logger to log messages into an array

  • Thursday, August 17, 2017
  • by ozh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Ozh\Log

A minimalist PSR-3 compliant logger, that logs into an array., (*1)

Latest Version on Packagist Software License Build Status Code Coverage Scrutinizer Code Quality, (*2)

Install

Via Composer, (*3)

``` bash $ composer require ozh/log, (*4)


## Usage ``` php use \Ozh\Log\Logger; require '../vendor/autoload.php'; $logger = new Logger(); $logger->debug('This is a debug message');

See examples/examples.php for more examples., (*5)

This library is fully tested on PHP 5.3 to 7.2 and HHVM., (*6)

The Versions

17/08 2017

dev-master

9999999-dev https://github.com/ozh/log

Simple PSR-3 logger to log messages into an array

  Sources   Download

MIT

The Requires

 

The Development Requires

log psr-3 psr3 ozh

17/08 2017

v1.0

1.0.0.0 https://github.com/ozh/log

Simple PSR-3 logger to log messages into an array

  Sources   Download

MIT

The Requires

 

The Development Requires

log psr-3 psr3 ozh