Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs20 SourceId = sourceId; in LogEntry()
33 SourceId == entry.SourceId && in EqualsWithoutIdTimeAndCount()
56 SourceId = reader.ReadInt32(); in Load()
73 writer.Write(SourceId); in Save()
81 public int SourceId { get; private set; } property in Antmicro.Renode.Logging.LogEntry
129 if(SourceId != NoSource) in GetNames()
131 …EmulationManager.Instance.CurrentEmulation.CurrentLogger.TryGetName(SourceId, out objectName, out … in GetNames()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs75 return entry.Type >= (GetCustomLogLevel(entry.SourceId) ?? logLevel); in ShouldBeLogged()