Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DLogUtility.php61 const SUPPORT_CANONICAL = "support"; define in ComboStrap\\LogUtility
81 …essage, int $level = self::LVL_MSG_ERROR, string $canonical = self::SUPPORT_CANONICAL, \Exception …
128 …sg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = self::SUPPORT_CANONICAL, \Exception …
170 …c function log2FrontEnd($message, $level, string $canonical = self::SUPPORT_CANONICAL, bool $publi…
334 …public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Except…
339 …public static function warning(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exce…
344 …public static function info(string $message, string $canonical = self::SUPPORT_CANONICAL, \Excepti…
409 …public static function debug(string $message, string $canonical = self::SUPPORT_CANONICAL, $e = nu…
H A DFetcherSystem.php54 …rning("Warning: The mime is unknown for the path ($dokuPath).", LogUtility::SUPPORT_CANONICAL, $e);
H A DRouterBestEndPage.php69 … LogUtility::error("Error while creating an alias",LogUtility::SUPPORT_CANONICAL,$e);
H A DRouter.php278 … LogUtility::error("The path should be wiki markup path", LogUtility::SUPPORT_CANONICAL, $e);
H A DFetcherMarkup.php474 … $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);
/template/strap/action/
H A Drouter.php300 …expected error has occurred while trying to get a redirection", LogUtility::SUPPORT_CANONICAL, $e);
322 …r("Internal Error: A transparent redirect errors has occurred", LogUtility::SUPPORT_CANONICAL, $e);
329 …y::error("Internal Error: A http redirect errors has occurred", LogUtility::SUPPORT_CANONICAL, $e);