Home
last modified time | relevance | path

Searched refs:log2file (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/
H A DCacheLog.php52 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
75 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
H A DLogUtility.php87 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
108 self::log2file($message, $level, $canonical, $e);
128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s… function in ComboStrap\\LogUtility
H A DFetcherPageSearch.php58 …LogUtility::log2file("The page ($page) returned from the search query does not exist and was delet…
H A DHttpResponse.php152 …LogUtility::log2file("No status was set for this soft exit, the default was set instead", LogUtili…
171 …LogUtility::log2file("Bad Http Response: $this->status : {$this->getBody()}", LogUtility::LVL_MSG_…
H A DRouter.php434 …LogUtility::log2file("processing Page Rules An error occurred with the pattern ($regexpPattern)", …
H A DDatabasePageRow.php1061 LogUtility::log2file($message);
/template/strap/action/
H A Dimgmove.php112 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical(), $e);
233 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
256 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, self::CANONICAL, $e);
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php281 …LogUtility::log2file("Error while rendering webcode", LogUtility::LVL_MSG_ERROR, WebCodeTag::CANON…