Home
last modified time | relevance | path

Searched refs:LogUtility (Results 151 – 175 of 216) sorted by relevance

123456789

/plugin/combo/ComboStrap/
H A DTemplateEngine.php92 LogUtility::warning("The template theme directory ($themeDirectory) does not exists and was not taken into account");
97 LogUtility::warning("The partials theme directory ($themeDirectory) does not exists");
250 LogUtility::internalError("The theme home is not the root file system", self::CANONICAL, $e);
H A DEditButton.php276 LogUtility::internalError("No data found in the edit comment", self::CANONICAL);
285 LogUtility::internalError("A page id is mandatory for a edit button (no wiki id, no global ID were found). No edit buttons was created then.", self::CANONICAL);
297 //LogUtility::internalError("The file ({$page->getPathObject()}) does not exist, we cannot set the last modified time on the edit buttons.", self::CANONICAL);
434 LogUtility::internalError("The tag format ($format) is not valid", self::CANONICAL);
H A DContainerTag.php43 LogUtility::warning("The container syntax has been deprecated", ":container:deprecated");
H A DPagePath.php43 LogUtility::internalError($message);
H A DReferences.php66 LogUtility::msg("The metadata store is unknown. You need to define a resource or a store to build from it");
H A DMarkupCacheDependencies.php160 LogUtility::errorIfDevOrTest("The path should be a wiki path");
344 LogUtility::msg("Error while trying to reroute the content cache destination for the fetcher ({$this->markupFetcher}). You may have cache problem. Error: {$e->getMessage()}");
H A DMetaManagerForm.php126 LogUtility::error("Error with the db store" . $e->getMessage(), "metamanageform", $e);
136 LogUtility::internalError("The metadata ($metadataName) was not found");
140 LogUtility::internalError("This metadata should not be on the order list as it's not for the form");
H A DPageUrlPath.php248 LogUtility::internalError($message, $this->getCanonical());
297 LogUtility::internalError($message, self::PROPERTY_NAME);
H A DOutline.php247 LogUtility::internalError("The level was not present on the heading call", self::CANONICAL);
288 LogUtility::warning($message, self::CANONICAL);
314 LogUtility::internalError("Due to the level logic, the actual section should have a parent");
390 LogUtility::msg("The combo heading wiki is enabled, we should not see `header` calls in the call stack");
865 LogUtility::error("The Toc could not be persisted. Error:{$e->getMessage()}");
H A DTextColor.php77 LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()}");
H A DPageTitle.php63 LogUtility::internalError("Resource that are not page have no title");
H A DLocale.php47 LogUtility::internalError("The locale is only implemented for page resources");
H A DFetcherPageBundler.php253 LogUtility::error("An error occurs when trying to move the h2 children below the recreated heading title ($title)", self::CANONICAL);
267 LogUtility::error("An error occurs when trying to add the recreated title heading ($title) to the root", self::CANONICAL);
H A DLowQualityCalculatedIndicator.php68 LogUtility::internalError($message, self::CANONICAL);
H A DCacheResults.php57 LogUtility::internalError("The executing path should exist as it's executed",self::CANONICAL, $e);
H A DConditionalValue.php66 LogUtility::warning("The breakpoint conditional value format ($value) will be deprecated in the next releases. It should be written ($this->value-$this->breakpoint)");
H A DSearchTag.php56 LogUtility::error($e->getMessage(), self::CANONICAL,$e);;
/plugin/combo/action/
H A Deventsystem.php21 use ComboStrap\LogUtility; global() alias
H A Dmetatitle.php6 use ComboStrap\LogUtility; alias
H A Dpageprotection.php12 use ComboStrap\LogUtility;
192 LogUtility::internalError("We were unable to build the page fetcher. Error: " . $e->getMessage(), "sitemap", $e);
10 use ComboStrap\LogUtility; global() alias
/plugin/combo/syntax/
H A Dbrand.php18 use ComboStrap\LogUtility; alias
196 LogUtility::msg("Error while trying to set the icon color on exit. Error: {$e->getMessage()}");
H A Dcontentlist.php9 use ComboStrap\LogUtility; alias
256 LogUtility::error("We were unable to wrap the content list to enable numbering placement. Error: {$e->getMessage()}", self::CANONICAL);
H A Dtoc.php13 use ComboStrap\LogUtility; alias
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php10 use ComboStrap\LogUtility; alias
107 LogUtility::error("No template could be found", self::CANONICAL, $e);
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php18 use ComboStrap\LogUtility; alias

123456789