Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DMemoryBackend.cs25 public override void Log(LogEntry entry) in Log()
62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry() argument
DFormattedTextBackend.cs14 public override void Log(LogEntry entry) in Log()
43 protected override string FormatLogEntry(LogEntry entry) in FormatLogEntry()
DLoggerBackend.cs17 public abstract void Log(LogEntry entry); in Log()
73 protected bool ShouldBeLogged(LogEntry entry) in ShouldBeLogged()
DTextBackend.cs16 protected virtual string FormatLogEntry(LogEntry entry) in FormatLogEntry()
DFileBackend.cs26 public override void Log(LogEntry entry) in Log()
/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
28 public bool EqualsWithoutIdTimeAndCount(LogEntry entry) in EqualsWithoutIdTimeAndCount()
39 var leobj = obj as LogEntry; in Equals()
DILoggerBackend.cs15 void Log(LogEntry entry); in Log()
DLogger.cs529 …var entry = new LogEntry(CustomDateTime.Now, type, message, sourceId, alwaysAppendMachineName, Thr… in ObjectInnerLog()
563 entries = new BlockingCollection<LogEntry>(10000); in Flush()
602 LogEntry entry; in LoggingThreadBody()
643 private void WriteLogEntryToBackends(LogEntry entry) in WriteLogEntryToBackends()
693 entries = new BlockingCollection<LogEntry>(10000); in Init()
744 private LogEntry lastLoggedEntry;
772 private BlockingCollection<LogEntry> entries;