Ejemplo n.º 1
0
 /// <summary>
 /// Log a debug message.
 /// </summary>
 public static void Debug(string text)
 {
     audit?.Debug(text);
 }