2017 © Pedro Peláez
 

library logger

A standard logger that implements Psr/Log

image

packfire/logger

A standard logger that implements Psr/Log

  • Saturday, January 4, 2014
  • by mauris
  • Repository
  • 2 Watchers
  • 2 Stars
  • 954 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Packfire Logger

Build Status Latest Stable Version Total Downloads, (*1)

Logger provides simplest log file implementation of the LoggerInterface provided by PHP Framework Interop Group ., (*2)

In this library, Packfire\Logger\File is provided to write log entries to a file based on the interface provided by Psr\Log\LoggerInterface., (*3)

<?php
use Packfire\Logger\File as Logger;

$logger = new Logger('app.log');
$logger->info('Setting up the application');

The Versions

04/01 2014

dev-develop

dev-develop

A standard logger that implements Psr/Log

  Sources   Download

BSD-3-Clause

The Requires

 

logger log

04/01 2014

dev-master

9999999-dev

A standard logger that implements Psr/Log

  Sources   Download

The Requires

 

04/01 2014

1.0.1

1.0.1.0

A standard logger that implements Psr/Log

  Sources   Download

The Requires

 

29/05 2013

1.0.0

1.0.0.0

A standard logger that implements Psr/Log

  Sources   Download

The Requires