mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3731 Log deprecated calls (#193)
* New DeprecatedCallsLog logger enabled directly in bootstrap so that we can use it in the most situations * Default Log level is now DEBUG for dev env, ERROR for others * Logs the caller and the deprecated method called, like : `2021-04-06 10:52:25 | Warning | AjaxPage::output L2857 calling WebPage:outputCollapsibleSectionInit | deprecated-method` * Sample file consumer * Sample php consumer
This commit is contained in:
@@ -1427,6 +1427,7 @@ class WebPage implements Page
|
||||
*/
|
||||
protected function outputCollapsibleSectionInit()
|
||||
{
|
||||
DeprecatedCallsLog::NotifyDeprecatedPhpMethod();
|
||||
if (!$this->bHasCollapsibleSection) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user