Searched refs:MaxCount (Results 1 – 2 of 2) sorted by relevance
16 public static int MaxCount { get; private set; } property in Antmicro.Renode.Logging.Backends.MemoryBackend22 … MaxCount = ConfigurationManager.Instance.Get("general", "log-history-limit", DefaultLimit); in MemoryBackend()34 if(entries.Count == MaxCount) in Log()
42 if(numberOfEntries > MemoryBackend.MaxCount) in PrintLastLogs()