itkg / log
Itkg log library
1.0.0
2014-02-06 15:22 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-03-23 23:55:49 UTC
README
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