itkg / log
Itkg log library
Installs: 15 189
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 31
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-11-04 16:34:39 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