Home
last modified time | relevance | path

Searched refs:LVL_MSG_INFO (Results 1 – 11 of 11) sorted by relevance

/plugin/combo/admin/
H A Dpagerules.php131 msg($this->lang['Saved'], LogUtility::LVL_MSG_INFO);
137 msg($this->lang['Saved'], LogUtility::LVL_MSG_INFO);
147 msg($this->lang['Deleted'], LogUtility::LVL_MSG_INFO);
/plugin/combo/ComboStrap/
H A DLogUtility.php31 const LVL_MSG_INFO = 1; //0; define in ComboStrap\\LogUtility
350 self::msg($message, LogUtility::LVL_MSG_INFO, $canonical, $e);
420 self::log2FrontEnd($html, LogUtility::LVL_MSG_INFO, $canonical, true);
H A DLang.php63 LogUtility::msg("The new language data ($langValue) was downloaded", LogUtility::LVL_MSG_INFO, self::PROPERTY_NAME);
H A DMessage.php228 $type = LogUtility::LVL_MSG_INFO;
H A DIconDownloader.php496 LogUtility::msg("The icon ($this) from the library ($libraryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
537 LogUtility::msg("The material design icon ($iconName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
H A DBrandTag.php146 LogUtility::msg("A svg logo icon is not installed on your website. Check the corresponding $documentationLink.", LogUtility::LVL_MSG_INFO);
/plugin/combo/action/
H A Dmetadescription.php100 LogUtility::msg("Page ($ID): The description should never be null when rendering the page", LogUtility::LVL_MSG_INFO);
H A Droutermessage.php298 LogUtility::msg("Failure to write the session", LogUtility::LVL_MSG_INFO);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php343 LogUtility::msg("The background color was not set for the background with the (" . $pattern . "). It was set to the default color.", LogUtility::LVL_MSG_INFO, self::CANONICAL);
352 LogUtility::msg("The pattern color was not set for the background with the (" . $pattern . "). It was set to the default color.", LogUtility::LVL_MSG_INFO, self::CANONICAL);
/plugin/combo/
H A Dcli.php285 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) was indexed and replicated", LogUtility::LVL_MSG_INFO);
477 LogUtility::msg("Processing page {$id} ($pageCounter / $totalNumberOfPages) ", LogUtility::LVL_MSG_INFO);
/plugin/combo/syntax/
H A Dheadingwiki.php166 LogUtility::msg("The number of `=` character for a wiki heading is not the same before ($levelFromStartTag) and after ($levelFromMatch) the content ($content).", LogUtility::LVL_MSG_INFO, HeadingTag::CANONICAL);