Searched refs:LogEntry (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/ |
| D | MemoryBackend.cs | 25 public override void Log(LogEntry entry) in Log() 62 public MemoryLogEntry(LogEntry entry, Func<LogEntry, string> formatter) in MemoryLogEntry() argument
|
| D | FormattedTextBackend.cs | 14 public override void Log(LogEntry entry) in Log() 43 protected override string FormatLogEntry(LogEntry entry) in FormatLogEntry()
|
| D | LoggerBackend.cs | 17 public abstract void Log(LogEntry entry); in Log() 73 protected bool ShouldBeLogged(LogEntry entry) in ShouldBeLogged()
|
| D | TextBackend.cs | 16 protected virtual string FormatLogEntry(LogEntry entry) in FormatLogEntry()
|
| D | FileBackend.cs | 26 public override void Log(LogEntry entry) in Log()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | LogEntry.cs | 14 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()
|
| D | ILoggerBackend.cs | 15 void Log(LogEntry entry); in Log()
|
| D | Logger.cs | 529 …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;
|