Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs624 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