public static void LogTime(this TraceFlag @this, bool newline, string description) { DebugTracing.LogTime(@this, newline, description); }
public static void LogTime(this TraceFlag @this, bool newline, string format, params object[] args) { DebugTracing.LogTime(@this, newline, format, args); }