Esempio n. 1
0
 /// <summary>
 /// Log an exception.
 /// </summary>
 public static void Exception(Exception x, string text)
 {
     audit?.Exception(x, text);
 }