Home
last modified time | relevance | path

Searched refs:FormatLogEntry (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DFormattedTextBackend.cs22 var line = FormatLogEntry(entry); in Log()
43 protected override string FormatLogEntry(LogEntry entry) in FormatLogEntry() method in Antmicro.Renode.Logging.FormattedTextBackend
DTextBackend.cs16 protected virtual string FormatLogEntry(LogEntry entry) in FormatLogEntry() method in Antmicro.Renode.Logging.TextBackend
DFileBackend.cs41 var message = FormatLogEntry(entry); in Log()
DMemoryBackend.cs39 var memoryLogEntry = new MemoryLogEntry(entry, FormatLogEntry); in Log()