Searched refs:MemoryLogEntry (Results 1 – 1 of 1) sorted by relevance
20 entries = new Queue<MemoryLogEntry>(); in MemoryBackend()39 var memoryLogEntry = new MemoryLogEntry(entry, FormatLogEntry); in Log()44 public IEnumerable<MemoryLogEntry> GetMemoryLogEntries(int numberOfElements) in GetMemoryLogEntries()54 private readonly Queue<MemoryLogEntry> entries;60 public class MemoryLogEntry class62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry() method in Antmicro.Renode.Logging.Backends.MemoryLogEntry