Home
last modified time | relevance | path

Searched refs:LVL_MSG_ERROR (Results 1 – 25 of 51) sorted by relevance

123

/template/strap/ComboStrap/
H A DLogUtility.php29 const LVL_MSG_ERROR = 4; //-1; define in ComboStrap\\LogUtility
81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = …
87 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s…
135 $logLevel = self::LVL_MSG_ERROR;
177 $level = self::LVL_MSG_ERROR;
336 self::msg($message, LogUtility::LVL_MSG_ERROR, $canonical, $e);
H A DCallStack.php112 …ipulate the callstack (ie the function getCallWriter does not exist).", LogUtility::LVL_MSG_ERROR);
125 …nipulate the callstack (ie the calls of the call writer are private).", LogUtility::LVL_MSG_ERROR);
154 …t manipulate the callstack (ie the calls of the handler are private).", LogUtility::LVL_MSG_ERROR);
158 …late the callstack (ie the handler does not have any calls property).", LogUtility::LVL_MSG_ERROR);
344 … cannot be ask because the end of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONIC…
348 …annot be ask because the start of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONIC…
424 …ing tag, you can't ask for the opening tag." . $actualState, LogUtility::LVL_MSG_ERROR, "support");
545 …an be asked only from a tag call. The state is $enterState", LogUtility::LVL_MSG_ERROR, "support");
884 …an be asked only from a tag call. The state is $enterState", LogUtility::LVL_MSG_ERROR, "support");
1023 … or end), you can't ask for the corresponding exit call", LogUtility::LVL_MSG_ERROR, self::CANONIC…
[all …]
H A DEditButtonManager.php49 …:msg("The position for a start section should not be empty", LogUtility::LVL_MSG_ERROR, "support");
52 …ity::msg("The name for a start section should not be empty", LogUtility::LVL_MSG_ERROR, "support");
H A DLang.php67 …lue) could no be written to ($languageDataCache->cache)", LogUtility::LVL_MSG_ERROR, self::PROPERT…
75 …ef=\"$downloadUrl\">$langValue</a>). Error: " . $message, LogUtility::LVL_MSG_ERROR, self::PROPERT…
84 …a from the language ($langValue). No direction was set.", LogUtility::LVL_MSG_ERROR, self::PROPERT…
H A DEvent.php123 …sg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanoni…
137 … of the event was not successful or it was deleted by another process", LogUtility::LVL_MSG_ERROR);
142 …or while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanoni…
H A DPluginUtility.php480 msg("Unable to find the main script", LogUtility::LVL_MSG_ERROR);
606 …ity::msg("The match does not contain any opening tag. Match: {$match}", LogUtility::LVL_MSG_ERROR);
612 …ity::msg("The match does not contain any closing tag. Match: {$match}", LogUtility::LVL_MSG_ERROR);
618 …ity::msg("The match does not contain any closing tag. Match: {$match}", LogUtility::LVL_MSG_ERROR);
759 … LogUtility::msg("The match does not contain any tag. Match: {$match}", LogUtility::LVL_MSG_ERROR);
H A DPageSqlTreeListener.php267 … value of the depth attribute ($text) is not an integer", LogUtility::LVL_MSG_ERROR, self::CANONIC…
272 …ge is unknown and is mandatory with the depth attribute", LogUtility::LVL_MSG_ERROR, self::CANONIC…
379 … backlinks should be asked within a page request scope.", LogUtility::LVL_MSG_ERROR, PageSql::CANO…
403 …a page request scope. The start depth has been set to 0", LogUtility::LVL_MSG_ERROR, PageSql::CANO…
H A DLineSpacing.php52 …spacing value ($lineSpacingValue) is not a valid value.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
H A DFontSize.php45 …e font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICA…
H A DMessage.php231 $type = LogUtility::LVL_MSG_ERROR;
234 $type = LogUtility::LVL_MSG_ERROR;
H A DPanelTag.php111 …uld be a `tabs` and not a `" . $siblingTag->getTagName() . "`", LogUtility::LVL_MSG_ERROR, "tabs");
223 …d("The context ($context) is unknown in enter rendering", LogUtility::LVL_MSG_ERROR, PanelTag::PAN…
H A DPipelineUtility.php157 … LogUtility::msg("command ($commandName) is unknown", LogUtility::LVL_MSG_ERROR, "pipeline");
213 … LogUtility::msg("The side value ($side) is unknown", LogUtility::LVL_MSG_ERROR, "pipeline");
H A DSearch.php75 …ty::msg("Error while trying to retrieve a list of pages", LogUtility::LVL_MSG_ERROR, action_plugin…
H A DPageKeywords.php98 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getMessage());
H A DPageUrlType.php55 …ue ($urlType) is unknown and was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::…
/template/strap/ComboStrap/TagAttribute/
H A DToggle.php66 … should be (expanded, collapsed or breakpoint-expanded)", LogUtility::LVL_MSG_ERROR, self::CANONIC…
72 …pports only `expanded` as value, not $toggleStateValue.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
77 …ional toggle breakpoint ($value) needs an id attribute.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
H A DTextAlign.php69 …Utility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
94 … the text-align value ($textAlignValue) is not correct.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
135 …Utility::msg("The text-align value ($value) is unknown.", LogUtility::LVL_MSG_ERROR, self::CANONIC…
H A DBoldness.php77 …name ($value) is unknown. The attribute was not applied", LogUtility::LVL_MSG_ERROR, self::CANONIC…
H A DShadow.php107 …::msg("The shadow / elevation value ($value) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONIC…
/template/strap/admin/
H A Dpagerules.php115 msg('Matcher can not be null', LogUtility::LVL_MSG_ERROR);
119 msg('Target can not be null', LogUtility::LVL_MSG_ERROR);
124 … msg($this->lang['SameSourceAndTargetAndPage'] . ': ' . $matcher . '', LogUtility::LVL_MSG_ERROR);
133 …er pattern ($matcher) already exists. The page rule was not inserted.", LogUtility::LVL_MSG_ERROR);
/template/strap/syntax/
H A Dpara.php256 …array ($attributes) for the creation of the paragraph is not an array", LogUtility::LVL_MSG_ERROR);
361 … (" . $nextDisplay . ") of the call ( $nextCall ) was not implemented", LogUtility::LVL_MSG_ERROR);
397 …isplay for a open paragraph (" . $nextDisplay . ") is not implemented", LogUtility::LVL_MSG_ERROR);
/template/strap/action/
H A Dimgmove.php112 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical(), $e);
181 …he frontmatter could not be loaded. " . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanoni…
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 Dprofile.php232 …ility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONIC…
433 …ility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONIC…
/template/strap/ComboStrap/Web/
H A DSanitizer.php53 LogUtility::msg($string, LogUtility::LVL_MSG_ERROR, $canonical);
/template/strap/ComboStrap/Meta/Api/
H A DMetadataJson.php49 … store is not a valid json. Message:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanoni…

123