itkg/log

Itkg log library

Installs: 15 194

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 30

Forks: 0

Open Issues: 0

pkg:composer/itkg/log

1.0.0 2014-02-06 15:22 UTC

This package is not auto-updated.

Last update: 2025-10-06 21:36:16 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