Exemplo n.º 1
0
 public static void LogEvent(string eventToLog, Dictionary <string, string> dict)
 {
     AppCenterAnalytics.LogEvent(eventToLog, dict);
     Logger.LogEvent(eventToLog);
 }
Exemplo n.º 2
0
 public static void LogEvent(string eventToLog)
 {
     AppCenterAnalytics.LogEvent(eventToLog);
     Logger.LogEvent(eventToLog); //bump to one below
 }