Lines Matching defs:message

91         public static void Log(LogLevel type, string message, params object[] args)  in Log()
96 public static void Log(LogLevel type, string message) in Log()
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()
116 public static void Error(string message) in Error()
121 public static void Warning(string message) in Warning()
126 public static void Info(string message) in Info()
131 public static void Debug(string message) in Debug()
136 public static void Noisy(string message) in Noisy()
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()
291 public static void LogAs(object o, LogLevel type, string message, params object[] args) in LogAs()
307 public static void LogAs(object o, LogLevel type, string message) in LogAs()
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()
372 public static void Trace(this object o, LogLevel type, string message = null, in Trace()
393 public static void Trace(this object o, string message = null, in Trace()
401 public static IDisposable TraceRegion(this object o, string message = null, in TraceRegion()
521 … public void ObjectInnerLog(object o, LogLevel type, string message, params object[] args) in ObjectInnerLog()