Home
last modified time | relevance | path

Searched refs:SUPPORT_CANONICAL (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DLogUtility.php60 const SUPPORT_CANONICAL = "support"; define in ComboStrap\\LogUtility
338 public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exception $e = null)
413 public static function debug(string $message, string $canonical = self::SUPPORT_CANONICAL, $e = null)
H A DFetcherMarkup.php474 LogUtility::error("The snippet json array cannot be build into a snippet object. " . $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);