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

Vtiger logger - Installation failed

parent 89c65873
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,11 @@ class Logger {
public function debug($message) {
// Logging debug not implemented
}
public function fatal($message) {}
public function warn($message) {}
public function error($message) {}
}
// Define a custom log formatter
......
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