Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILoggerBackend.cs22 bool IsControllable { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs15 public virtual bool IsControllable { get { return true; } } property in Antmicro.Renode.Logging.LoggerBackend
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLogLevelCommand.cs190 .Where(x => x.Value.IsControllable) in TrySetLogLevel()
223 foreach(var backend in Logger.GetBackends().Where(b => b.Value.IsControllable)) in PrintCurrentLevels()