itkg/log

Itkg log library

1.0.0 2014-02-06 15:22 UTC

This package is not auto-updated.

Last update: 2024-04-08 13:33:27 UTC


README

Build Status Scrutinizer Quality Score Code Coverage

features

  • Different loggers implementation (display, file, syslog, error_log, etc)
  • Specific Formatter to manipulate log format

Installation

Installation by Composer

If you use composer, add library as a dependency to the composer.json of your application

    "require": {
        ...
        "itkg/log": "dev-master"
        ...
    },

Usage

  • Logger

  • Formatter