Esempio n. 1
0
 public static void LogError(string text)
 {
     ErrorController.ThrowUserError(text);
     Log(text);
 }