This commit is contained in:
Laurent Destailleur
2024-02-18 15:01:19 +01:00
parent d707a1d668
commit fb61fa4c4d
4 changed files with 9 additions and 12 deletions

View File

@@ -56,13 +56,13 @@ class LogHandler
}
/**
* Is the module active ?
* Is the logger active ?
*
* @return boolean
* @return int 1 if logger enabled
*/
public function isActive()
{
return false;
return 0;
}
/**