Lines Matching defs:arg1

101         public static void Log(LogLevel type, string message, object arg1)  in Log()
106 public static void Log(LogLevel type, string message, object arg1, object arg2) in Log()
111 public static void Log(LogLevel type, string message, object arg1, object arg2, object arg3) in Log()
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()
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()
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()
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()
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()
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()
320 public static void LogAs(object o, LogLevel type, string message, object arg1) in LogAs()
333 public static void LogAs(object o, LogLevel type, string message, object arg1, object arg2) in LogAs()
346 …public static void LogAs(object o, LogLevel type, string message, object arg1, object arg2, object… in LogAs()