Lines Matching refs:msg
81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = … function in ComboStrap\\LogUtility
123 …* @param null|string $msg - may be null always this is the default if a variable is not initialize…
128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s… argument
132 self::messageNotEmpty($msg);
134 $msg = $e->getMessage();
144 $msg = $prefix . ' - ' . $msg;
155 …$messageWritten = self::LVL_NAME[$logLevel] . " - $msg - (Page: $id, IP: {$INPUT->server->str('REM…
158 self::throwErrorIfTest($logLevel, $msg, $e);
246 msg($htmlMsg, $dokuWikiLevel, '', '', $allow);
336 self::msg($message, LogUtility::LVL_MSG_ERROR, $canonical, $e);
341 self::msg($message, LogUtility::LVL_MSG_WARNING, $canonical, $e);
346 self::msg($message, LogUtility::LVL_MSG_INFO, $canonical, $e);
411 self::msg($message, LogUtility::LVL_MSG_DEBUG, $canonical, $e);