Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-07-15 (Yesterday) | Not yet rated by the users | Total: 14 This week: 14 | All time: 11,319 This week: 8 |
Version | License | PHP version | Categories | |||
d3logger 1.0 | Freeware | 8 | Files and Folders, Logging, PHP 8 |
Description | Author | ||||||||||||||
This package can log messages to files that rotate up to a limit. |
|
create Monolog logs in runtime directory
composer require d3yii2/d3logger dev-master
In configuration file define only path
'myLoggel=r' => [
'class' => 'd3logger\D3Monolog',
'name' => 'myLogger',
'fileName' => 'robotex',
'directory' => 'devices',
'maxFiles' => 7,
],
use d3logger\D3Monolog;
Yii::$app->myLogger->info('ok',['a','b']);
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.