Merge branch '157471005' into 'master'
Feature::Enabling Vtiger Logger with the MonoLog Library See merge request vtiger/vtigercrm!911
No related branches found
No related tags found
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 166 additions, 15 deletionscomposer.lock
- config.performance.php 2 additions, 2 deletionsconfig.performance.php
- include/database/PearDatabase.php 0 additions, 1 deletioninclude/database/PearDatabase.php
- include/logging.php 1 addition, 12 deletionsinclude/logging.php
- libraries/log4php/Logger.php 0 additions, 136 deletionslibraries/log4php/Logger.php
- libraries/log4php/LoggerPropertyConfigurator.php 0 additions, 65 deletionslibraries/log4php/LoggerPropertyConfigurator.php
- modules/Vtiger/helpers/Logger.php 104 additions, 0 deletionsmodules/Vtiger/helpers/Logger.php
... | ... | @@ -21,6 +21,7 @@ |
"smarty/smarty": "^4.3", | ||
"dg/rss-php": "^1.5", | ||
"ezyang/htmlpurifier": "^4.16", | ||
"tecnickcom/tcpdf": "^6.6" | ||
"tecnickcom/tcpdf": "^6.6", | ||
"monolog/monolog": "^3.5" | ||
} | ||
} |
libraries/log4php/Logger.php
deleted
100644 → 0
modules/Vtiger/helpers/Logger.php
0 → 100644
Please register or sign in to comment