Searched refs:FormatLogEntry (Results 1 – 4 of 4) sorted by relevance
22 var line = FormatLogEntry(entry); in Log()43 protected override string FormatLogEntry(LogEntry entry) in FormatLogEntry() method in Antmicro.Renode.Logging.FormattedTextBackend
16 protected virtual string FormatLogEntry(LogEntry entry) in FormatLogEntry() method in Antmicro.Renode.Logging.TextBackend
41 var message = FormatLogEntry(entry); in Log()
39 var memoryLogEntry = new MemoryLogEntry(entry, FormatLogEntry); in Log()