Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs23 ForceMachineName = forceMachineName; in LogEntry()
125 public bool ForceMachineName { get; } property in Antmicro.Renode.Logging.LogEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DTextBackend.cs26 if((entry.ForceMachineName || machineCount > 1) && entry.MachineName != null) in FormatLogEntry()