Home
last modified time | relevance | path

Searched refs:MachineName (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DTextBackend.cs26 if((entry.ForceMachineName || machineCount > 1) && entry.MachineName != null) in FormatLogEntry()
28 …messageBuilder.AppendFormat("{2}/{0}: {1}", entry.ObjectName, messages.Current, entry.MachineName); in FormatLogEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs117 public string MachineName property in Antmicro.Renode.Logging.LogEntry