| Recommend this page to a friend! | 
| Info | Documentation | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2024-07-15 (11 months ago)  | Not yet rated by the users | Total: 24 | All time:  11,281 This week: 43 | |||||
| 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']);
| File | Role | Description | ||
|---|---|---|---|---|
| Data | Auxiliary data | |||
| Doc. | Documentation | |||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| 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.