Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs216 public static void DebugLog(this IEmulationElement e, string message, params object[] args) in DebugLog() method in Antmicro.Renode.Logging.Logger
221 public static void DebugLog(this IEmulationElement e, string message) in DebugLog() method in Antmicro.Renode.Logging.Logger
226 public static void DebugLog(this IEmulationElement e, string message, object arg1) in DebugLog() method in Antmicro.Renode.Logging.Logger
231 … public static void DebugLog(this IEmulationElement e, string message, object arg1, object arg2) in DebugLog() method in Antmicro.Renode.Logging.Logger
236 …public static void DebugLog(this IEmulationElement e, string message, object arg1, object arg2, ob… in DebugLog() method in Antmicro.Renode.Logging.Logger
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DS32K_LPIT.cs343 private void DebugLog(string message, params object[] args) in DebugLog() method in Antmicro.Renode.Peripherals.Timers.S32K_LPIT.LPITTimer