public static void ExLog(string inString) { string proxy = ""; GoogleFormLogger gfl = new GoogleFormLogger(proxy); gfl.PostToGoogleForm(inString); }