Searched defs:LogEntry (Results 1 – 2 of 2) sorted by relevance
14 public sealed class LogEntry : ISpeciallySerializable class16 …public LogEntry(DateTime time, LogLevel level, string message, int sourceId = NoSource, bool force… in LogEntry() method in Antmicro.Renode.Logging.LogEntry
62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry()