Home
last modified time | relevance | path

Searched refs:log2FrontEnd (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/syntax/
H A Dlabel.php111 LogUtility::log2FrontEnd("The label is included in the $grandFatherName component and this is unexpected", LogUtility::LVL_MSG_WARNING, self::TAG);
209 LogUtility::log2FrontEnd("The context ($context) of the label is unknown in enter", LogUtility::LVL_MSG_WARNING, self::TAG);
244 LogUtility::log2FrontEnd("The context ($context) of the label is unknown in exit", LogUtility::LVL_MSG_WARNING, self::TAG);
/plugin/combo/ComboStrap/
H A DLogUtility.php91 self::log2FrontEnd($message, $level, $canonical);
177 public static function log2FrontEnd($message, $level, $canonical = "support", bool $publicMessage = false) function in ComboStrap\\LogUtility
420 self::log2FrontEnd($html, LogUtility::LVL_MSG_INFO, $canonical, true);
H A DPanelTag.php223 LogUtility::log2FrontEnd("The context ($context) is unknown in enter rendering", LogUtility::LVL_MSG_ERROR, PanelTag::PANEL_LOGICAL_MARKUP);
H A DTabsTag.php416 LogUtility::log2FrontEnd("The context $context is unknown in exit", LogUtility::LVL_MSG_ERROR, TabsTag::TAG);