jakulov / corpuscle_log
Corpuscle Logger Component
dev-master
2016-01-01 22:49 UTC
Requires
- psr/log: ^1.0
- symfony/psr-http-message-bridge: ^0.2.0
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is not auto-updated.
Last update: 2024-11-13 18:24:13 UTC
README
Tiny robust and easy to use PSR-compatible logger
Can be installed with composer
composer require jakulov/corpuscle_log
1. What's included
- File log storage.
- Can store logs with buffer usage. (Flush buffer at end script execution)
- Simple to use with jakulov/container
- PSR compatible
2. TODO:
- Database log storage (PDO, Mongodb)
- AMQP log storage
Tests
Run: ./run_tests.sh
Tests are also examples for usage library