Home
last modified time | relevance | path

Searched refs:msgNeedle (Results 1 – 2 of 2) sorted by relevance

/plugin/loglog/helper/
H A Dlogging.php151 * @param string $msgNeedle
154 public function countMatchingLines(array $lines, string $msgNeedle) argument
158 function ($carry, $line) use ($msgNeedle) {
159 $carry = $carry + (int)(strpos($line['msg'], $msgNeedle) !== false);
H A Dalert.php84 $msgNeedle = $this->mainHelper->getNotificationString($logType, 'msgNeedle');
86 $cnt = $this->logHelper->countMatchingLines($lines, $msgNeedle);