Пример #1
0
 /// <summary>
 /// Should be called to log any potential security concerns
 /// </summary>
 /// <param name="text"></param>
 public static void WriteLineSecurityConcern(string text, SecurityConcernLevel concernLevel = SecurityConcernLevel.High)
 {
     WriteLine("Security: " + text);
     AppLogging.LogSecurityConcern(text, concernLevel);
 }