Home
last modified time | relevance | path

Searched defs:sourceId (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILoggerBackend.cs16 void SetLogLevel(LogLevel level, int sourceId = -1); in SetLogLevel()
DLogEntry.cs16 …public LogEntry(DateTime time, LogLevel level, string message, int sourceId = NoSource, bool force… in LogEntry()
DLogger.cs85 public static void SetLogLevel(ILoggerBackend backend, LogLevel level, int sourceId) in SetLogLevel()
801 public bool TryGetId(object o, out int sourceId) in TryGetId()
833 public readonly int sourceId; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs27 public virtual void SetLogLevel(LogLevel level, int sourceId = -1) in SetLogLevel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynqMP_PlatformManagementUnit.cs158 private IpiMessage ReadMessageFromMailbox(ZynqMP_IPI.ChannelId sourceId) in ReadMessageFromMailbox()