Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs34 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