Searched refs:msgNeedle (Results 1 – 2 of 2) sorted by relevance
151 * @param string $msgNeedle154 public function countMatchingLines(array $lines, string $msgNeedle) argument158 function ($carry, $line) use ($msgNeedle) {159 $carry = $carry + (int)(strpos($line['msg'], $msgNeedle) !== false);
84 $msgNeedle = $this->mainHelper->getNotificationString($logType, 'msgNeedle');86 $cnt = $this->logHelper->countMatchingLines($lines, $msgNeedle);