Searched refs:repeatLogEntryCount (Results 1 – 1 of 1) sorted by relevance
624 repeatLogEntryCount++; in LoggingThreadBody()625 if(repeatLogEntryCount >= MaxRepeatedLogs) in LoggingThreadBody()663 if(repeatLogEntryCount == 0) in FlushAggregatedLogs()668 lastLoggedEntry.Count = repeatLogEntryCount; in FlushAggregatedLogs()672 repeatLogEntryCount = 0; in FlushAggregatedLogs()742 private int repeatLogEntryCount; field in Antmicro.Renode.Logging.Logger.ActualLogger