hermes-tecnologia / logger
Custom logger for Laravel
1.0.1
2025-04-01 14:06 UTC
Requires
- illuminate/support: ^12.0
Requires (Dev)
- orchestra/testbench: ^10
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2025-04-01 14:52:57 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
composer require hermes-tecnologia/logger
Usage
HermesTecnologia\Logger\Logger::do('titulo/prefix', array $context, string $sql );
para gerar os arquivos de configuração onde é possivel definir uma pasta para armazenar os arquivos de log. O padrao é storage/logs
php artisan vendor:publish --tag=config --ansi --force
Change log
Please see the changelog for more information on what has changed recently.
Testing
composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author@email.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.