Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DMemoryBackend.cs16 public static int MaxCount { get; private set; } property in Antmicro.Renode.Logging.Backends.MemoryBackend
22MaxCount = ConfigurationManager.Instance.Get("general", "log-history-limit", DefaultLimit); in MemoryBackend()
34 if(entries.Count == MaxCount) in Log()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLastLogCommand.cs42 if(numberOfEntries > MemoryBackend.MaxCount) in PrintLastLogs()