Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs291 public static void LogAs(object o, LogLevel type, string message, params object[] args) in LogAs() method in Antmicro.Renode.Logging.Logger
307 public static void LogAs(object o, LogLevel type, string message) in LogAs() method in Antmicro.Renode.Logging.Logger
320 public static void LogAs(object o, LogLevel type, string message, object arg1) in LogAs() method in Antmicro.Renode.Logging.Logger
333 public static void LogAs(object o, LogLevel type, string message, object arg1, object arg2) in LogAs() method in Antmicro.Renode.Logging.Logger
346 …public static void LogAs(object o, LogLevel type, string message, object arg1, object arg2, object… in LogAs() method in Antmicro.Renode.Logging.Logger