Home
last modified time | relevance | path

Searched defs:SetLogLevel (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILoggerBackend.cs16 void SetLogLevel(LogLevel level, int sourceId = -1); in SetLogLevel() method
DLogger.cs85 public static void SetLogLevel(ILoggerBackend backend, LogLevel level, int sourceId) in SetLogLevel() method in Antmicro.Renode.Logging.Logger
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs27 public virtual void SetLogLevel(LogLevel level, int sourceId = -1) in SetLogLevel() method in Antmicro.Renode.Logging.LoggerBackend