Home
last modified time | relevance | path

Searched refs:LogUtility (Results 126 – 150 of 216) sorted by relevance

123456789

/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php11 use ComboStrap\LogUtility; alias
173 LogUtility::msg($e->getMessage(), $e->getCanonical());
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php10 use ComboStrap\LogUtility; alias
46 LogUtility::internalError("The url should be good", self::CANONICAL,$e);
H A DRelatedTag.php7 use ComboStrap\LogUtility; alias
89 LogUtility::msg($html);
/plugin/combo/ComboStrap/
H A DPageId.php104 LogUtility::msg("Page Id is for now only for the page, this is not a page but {$this->getResource()->getType()}");
138 LogUtility::msg("Error while reading the frontmatter");
310 LogUtility::internalError("Forcing of the page id should not happen in dev/test", $this->getCanonical());
H A DLocalPath.php98 LogUtility::errorIfDevOrTest("The path given as constructor should not be an uri or a path object");
100 LogUtility::internalError("The uri path could not be created", self::CANONICAL, $e);
399 LogUtility::msg($message);
448 LogUtility::internalError($message);
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 DSnippet.php549 LogUtility::internalError("A component id was not found for the snippet ($this)", self::CANONICAL);
696 LogUtility::internalError("The snippet ($this) is not a inline script, it has a path ($this->path) that does not exists and does not have any external url.");
785 LogUtility::internalError("The component id was not set for the snippet ($this)");
852 LogUtility::internalError("The snippet ($this) does not have content defined (the path does not exist, no inline content and no remote url)", self::CANONICAL);
877 LogUtility::internalError("Every snippet should have a last name");
947 LogUtility::internalError("The extension ($extension) is unknown", self::CANONICAL);
985 LogUtility::internalError($message);
H A DCanonical.php151 LogUtility::internalError("A canonical should not be the root, should not happen", self::CANONICAL);
198 LogUtility::internalError($message, self::CANONICAL, $e);
H A DMediaMarkup.php222 LogUtility::msg($message, LogUtility::LVL_MSG_ERROR, MediaLink::CANONICAL);
262 LogUtility::internalError("As the media markup is created from a markup in the syntax component, it should be available");
269 LogUtility::internalError("For an external markup, the src should not be empty", self::CANONICAL);
318 LogUtility::msg("The dokuwiki media type ($mediaType) is unknown");
349 LogUtility::internalError("The internal/external type value ($internalExternalType) is unknown");
H A DBreadcrumbTag.php98 LogUtility::error("We were unable to determine the depth attribute. The depth was set to 1. Error: {$e->getMessage()}");
126 LogUtility::error("The breadcrumb type ($type) is unknown");
H A DIconTag.php59 LogUtility::error("The requested icon width ($requestedWidth) is not a conform width. Error: " . $e->getMessage(), self::CANONICAL, $e);
74 LogUtility::warning($message, self::CANONICAL, $e);
H A DFetcherMarkupWebcode.php61 LogUtility::internalError("The cache buster should be good. Error:{$e->getMessage()}", self::NAME);
117 LogUtility::internalError($message);
H A DMarkupPath.php516 LogUtility::internalError("Internal Error: The page ($this) does not have any default title");
562 LogUtility::msg("The page ($this) was not found");
641 LogUtility::error("First Raster Image error. Error: " . $e->getMessage(), self::CANONICAL_PAGE, $e);
762 LogUtility::msg("You can't render the metadata of a markup path that does not exist ($this)");
920 LogUtility::error("This markup path ($this) can not be accessed externaly");
971 LogUtility::msg("The markup ref returns an error for the creation of the page anchor html link ($this). Error: {$e->getMessage()}");
1084 LogUtility::msg("The metadata ($metadataName) should be defined");
1468 LogUtility::internalError($message);
1800 LogUtility::error(`The page image $path of the page $this is not an image`);
1802 LogUtility
[all...]
H A DBrandingColors.php46 LogUtility::msg("Error on background color calculation");
H A DFetcherImage.php121 LogUtility::error("Unable to calculate the image tok. The source path is not a web/wiki path", self::CANONICAL, $e);
285 LogUtility::msg("Unable to check the target ratio because it returns this error: {$e->getMessage()}");
304 LogUtility::msg("Internal Error: The width ($width) and height ($height) calculated for the image ($this) does not pass the ratio test. They have a ratio of ($imgTagRatio) while the target dimension ratio is ($targetRatio)");
/plugin/combo/action/
H A Dlinkwizard.php9 use ComboStrap\LogUtility; alias
109 LogUtility::internalError("The selection should return wiki path", self::CANONICAL, $e);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php11 use ComboStrap\LogUtility; alias
195 LogUtility::internalError("The page path didn't have any values in the rows", self::CANONICAL);
211 LogUtility::internalError("Bad Usage value. Should not happen on get. Error: " . $e->getMessage(), self::CANONICAL, $e);
/plugin/combo/syntax/
H A Dhighlightwiki.php9 use ComboStrap\LogUtility; alias
63 LogUtility::msg("Error on highlight color calculation", self::CANONICAL, $e);
H A Dcell.php17 use ComboStrap\LogUtility; alias
160 LogUtility::warning("Cell (Col) has been deprecated for box (You can use now any component in a grid or row).", GridTag::TAG);
H A Dtoggle.php8 use ComboStrap\LogUtility; alias
155 $renderer->doc .= LogUtility::wrapInRedForHtml("The target id is mandatory");
H A Dtooltip.php6 use ComboStrap\LogUtility; alias
248 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php12 use ComboStrap\LogUtility; alias
55 LogUtility::error("The align value ($alignStringValue) is not a valid conditional value and was skipped", self::CANONICAL);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php12 use ComboStrap\LogUtility; alias
118 LogUtility::msg("The form type ($type) is unknown");
H A DFormMetaField.php13 use ComboStrap\LogUtility; alias
176 LogUtility::internalError("The metadata class/object ($childMetadataClass) is not a metadata class");
221 LogUtility::internalError("The persistence name (column name) should be set as key for the default rows");
257 LogUtility::msg("Hierarchical data is not supported in a form. Metadata ($metadata) has children and is not tabular");
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php15 use ComboStrap\LogUtility; alias
192 LogUtility::msg("There was a problem during rows insertion for the table ($tableName)" . $e->getMessage());
223 LogUtility::msg("There was a problem during the row delete of $tableName. Message: {$e->getMessage()}");

123456789