Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DMemoryBackend.cs20 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 class
62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry() method in Antmicro.Renode.Logging.Backends.MemoryLogEntry