Lines Matching defs:arg2

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()
156 … public static void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2) in ErrorLog()
161 …atic void ErrorLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in ErrorLog()
181 … public static void WarningLog(this IEmulationElement e, string message, object arg1, object arg2) in WarningLog()
186 …ic void WarningLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in WarningLog()
206 … public static void InfoLog(this IEmulationElement e, string message, object arg1, object arg2) in InfoLog()
211 …tatic void InfoLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in InfoLog()
231 … public static void DebugLog(this IEmulationElement e, string message, object arg1, object arg2) in DebugLog()
236 …atic void DebugLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in DebugLog()
256 … public static void NoisyLog(this IEmulationElement e, string message, object arg1, object arg2) in NoisyLog()
261 …atic void NoisyLog(this IEmulationElement e, string message, object arg1, object arg2, object arg3) in NoisyLog()
281 … static void Log(this IEmulationElement e, LogLevel type, string message, object arg1, object arg2) in Log()
286 …Log(this IEmulationElement e, LogLevel type, string message, object arg1, object arg2, object arg3) in Log()
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()