Home | History | Annotate | Download | only in metricshelper

Lines Matching refs:logs

46         Queue<LogMaker> logs = findMatchingLogs(queue,
49 assertTrue(message, !logs.isEmpty());
66 Queue<LogMaker> logs = findMatchingLogs(queue,
69 assertTrue(message, !logs.isEmpty());
73 * @returns logs that have at least all the matching fields in the template.
81 * @returns logs that have at least all the matching fields in the template.
84 LinkedList<LogMaker> logs = new LinkedList<>();
86 return logs;
91 logs.push(b);
94 return logs;