PHP code example of itonomy / module-database-logger

1. Go to this page and download the library: Download itonomy/module-database-logger library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

itonomy / module-database-logger example snippets



$this->logger->info('test log message', ['test_var' => 'test']);
$this->logger->info('test log message', ['test_var' => 'test', 'entity_type' => 'import', 'entity_id' => '99999']);