Exemplo n.º 1
0
 /// <summary>
 /// Log a warning.
 /// </summary>
 public static void Warning(string text)
 {
     audit?.Warning(text);
 }