Lines Matching defs:e
141 public static void ErrorLog(this IEmulationElement e, string message, params object[] args) in ErrorLog()
146 public static void ErrorLog(this IEmulationElement e, string message) in ErrorLog()
151 public static void ErrorLog(this IEmulationElement e, string message, object arg1) in ErrorLog()
156 … public static void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2) in ErrorLog()
161 …public static void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2, ob… in ErrorLog()
166 … public static void WarningLog(this IEmulationElement e, string message, params object[] args) in WarningLog()
171 public static void WarningLog(this IEmulationElement e, string message) in WarningLog()
176 public static void WarningLog(this IEmulationElement e, string message, object arg1) in WarningLog()
181 … public static void WarningLog(this IEmulationElement e, string message, object arg1, object arg2) in WarningLog()
186 …public static void WarningLog(this IEmulationElement e, string message, object arg1, object arg2, … in WarningLog()
191 public static void InfoLog(this IEmulationElement e, string message, params object[] args) in InfoLog()
196 public static void InfoLog(this IEmulationElement e, string message) in InfoLog()
201 public static void InfoLog(this IEmulationElement e, string message, object arg1) in InfoLog()
206 … public static void InfoLog(this IEmulationElement e, string message, object arg1, object arg2) in InfoLog()
211 …public static void InfoLog(this IEmulationElement e, string message, object arg1, object arg2, obj… in InfoLog()
216 public static void DebugLog(this IEmulationElement e, string message, params object[] args) in DebugLog()
221 public static void DebugLog(this IEmulationElement e, string message) in DebugLog()
226 public static void DebugLog(this IEmulationElement e, string message, object arg1) in DebugLog()
231 … public static void DebugLog(this IEmulationElement e, string message, object arg1, object arg2) in DebugLog()
236 …public static void DebugLog(this IEmulationElement e, string message, object arg1, object arg2, ob… in DebugLog()
241 public static void NoisyLog(this IEmulationElement e, string message, params object[] args) in NoisyLog()
246 public static void NoisyLog(this IEmulationElement e, string message) in NoisyLog()
251 public static void NoisyLog(this IEmulationElement e, string message, object arg1) in NoisyLog()
256 … public static void NoisyLog(this IEmulationElement e, string message, object arg1, object arg2) in NoisyLog()
261 …public static void NoisyLog(this IEmulationElement e, string message, object arg1, object arg2, ob… in NoisyLog()
266 …public static void Log(this IEmulationElement e, LogLevel type, string message, params object[] ar… in Log()
271 public static void Log(this IEmulationElement e, LogLevel type, string message) in Log()
276 public static void Log(this IEmulationElement e, LogLevel type, string message, object arg1) in Log()
281 …public static void Log(this IEmulationElement e, LogLevel type, string message, object arg1, objec… in Log()
286 …public static void Log(this IEmulationElement e, LogLevel type, string message, object arg1, objec… in Log()