Searched refs:peripheralsWithDifferentLogging (Results 1 – 1 of 1) sorted by relevance
34 peripheralsWithDifferentLogging.Remove(sourceId); in SetLogLevel()38 peripheralsWithDifferentLogging[sourceId] = level; in SetLogLevel()52 peripheralsWithDifferentLogging.TryGetValue(id.Value, out result); in GetCustomLogLevel()59 return new ReadOnlyDictionary<int, LogLevel>(peripheralsWithDifferentLogging); in GetCustomLogLevels()70 peripheralsWithDifferentLogging.Clear(); in Reset()80 peripheralsWithDifferentLogging = new Dictionary<int, LogLevel>(); in LoggerBackend()86 private readonly Dictionary<int, LogLevel> peripheralsWithDifferentLogging; field in Antmicro.Renode.Logging.LoggerBackend