Searched refs:logAggregatorTimer (Results 1 – 1 of 1) sorted by relevance
675 logAggregatorTimer?.Change(MaxAggregateTimeMs, MaxAggregateTimeMs); in FlushAggregatedLogs()705 logAggregatorTimer = new Timer(x => in StartLoggingThread()736 logAggregatorTimer?.Dispose(); in StopLoggingThread()737 logAggregatorTimer = null; in StopLoggingThread()746 private Timer logAggregatorTimer; field in Antmicro.Renode.Logging.Logger.ActualLogger