Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogLevel.cs21 public static LogLevel Info = new LogLevel(Level.Info, ConsoleColor.Green); field in Antmicro.Renode.Logging.LogLevel
31 Info = 1, enumerator
DLogger.cs126 public static void Info(string message) in Info() method in Antmicro.Renode.Logging.Logger