Home
last modified time | relevance | path

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

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