- Different loggers implementation (display, file, syslog, error_log, etc)
- Specific Formatter to manipulate log format
If you use composer, add library as a dependency to the composer.json of your application
"require": { ..."itkg/log": "dev-master"
...
},Logger
Formatter


