Home
last modified time | relevance | path

Searched defs:LogEntry (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs14 public sealed class LogEntry : ISpeciallySerializable class
16 …public LogEntry(DateTime time, LogLevel level, string message, int sourceId = NoSource, bool force… in LogEntry() method in Antmicro.Renode.Logging.LogEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DMemoryBackend.cs62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry()