Searched defs:sourceId (Results 1 – 5 of 5) sorted by relevance
16 void SetLogLevel(LogLevel level, int sourceId = -1); in SetLogLevel()
16 …public LogEntry(DateTime time, LogLevel level, string message, int sourceId = NoSource, bool force… in LogEntry()
85 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
27 public virtual void SetLogLevel(LogLevel level, int sourceId = -1) in SetLogLevel()
158 private IpiMessage ReadMessageFromMailbox(ZynqMP_IPI.ChannelId sourceId) in ReadMessageFromMailbox()