Skip to content
Snippets Groups Projects
Commit 89c65873 authored by Apparao G's avatar Apparao G
Browse files

Feature::Vtiger Logger enabled using MonoLog library

parent ff129750
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,6 @@
"dg/rss-php": "^1.5",
"ezyang/htmlpurifier": "^4.16",
"tecnickcom/tcpdf": "^6.6",
"monolog/monolog": "*"
"monolog/monolog": "^3.5"
}
}
......@@ -25,7 +25,7 @@ class Logger {
/**
* Constructor to initialize the logger
* @global type $PERFORMANCE_CONFIG
* @global type $PERFORMANCE_CONFIG [Enable LOGLEVEL_DEBUG falg in config.performance.php]
*/
public function __construct() {
// Check if the logger is not already initialized
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment