Home
last modified time | relevance | path

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

/plugin/combo/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.php85 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
106 self::log2file($message, $level, $canonical, $e);
126 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null, \Exception $e = null) function in ComboStrap\\LogUtility
H A DFetcherPageSearch.php58 LogUtility::log2file("The page ($page) returned from the search query does not exist and was deleted from the database");
H A DHttpResponse.php152 LogUtility::log2file("No status was set for this soft exit, the default was set instead", LogUtility::LVL_MSG_ERROR, $this->canonical);
171 LogUtility::log2file("Bad Http Response: $this->status : {$this->getBody()}", LogUtility::LVL_MSG_ERROR, $this->canonical);
H A DDatabasePageRow.php1055 LogUtility::log2file($message);
/plugin/combo/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);
H A Drouter.php1090 LogUtility::log2file("processing Page Rules An error occurred with the pattern ($regexpPattern)", LogUtility::LVL_MSG_WARNING);
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php281 LogUtility::log2file("Error while rendering webcode", LogUtility::LVL_MSG_ERROR, WebCodeTag::CANONICAL, $e);