Searched refs:log2file (Results 1 – 8 of 8) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | CacheLog.php | 52 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}"); 75 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
|
| H A D | LogUtility.php | 87 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 D | FetcherPageSearch.php | 58 …LogUtility::log2file("The page ($page) returned from the search query does not exist and was delet…
|
| H A D | HttpResponse.php | 152 …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 D | Router.php | 434 …LogUtility::log2file("processing Page Rules An error occurred with the pattern ($regexpPattern)", …
|
| H A D | DatabasePageRow.php | 1061 LogUtility::log2file($message);
|
| /template/strap/action/ |
| H A D | imgmove.php | 112 … 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 D | WebCodeTag.php | 281 …LogUtility::log2file("Error while rendering webcode", LogUtility::LVL_MSG_ERROR, WebCodeTag::CANON…
|