Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 870 Bytes

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 870 Bytes

Log management library

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