Add new measure points for KPI logger

This commit is contained in:
Eric Espie
2025-01-22 16:34:31 +01:00
parent a07f66c061
commit a7bc4bd411
3 changed files with 12 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ class ModuleService
$sExtension = $this->GetModuleNameFromObject($oReflectionClass->getName());
if (strlen($sExtension) !== 0) {
$sSignature .= '['.$sExtension.'] ';
} else {
$sSignature .= '[core] ';
}
$sSignature .= $oReflectionClass->getShortName().'::'.$sMethod.'()';