示例#1
0
 /// <summary>
 /// Log an error.
 /// </summary>
 public static void Error(string text)
 {
     audit?.Error(text);
 }