Exemple #1
0
 public static void Critical(Guid correlationId, string content, string action = "", string tag = "", string component = "", string hostName = "", string envInfo = "", bool ariaOn = false)
 {
     Logger2.Critical(correlationId, content, action, tag, component, hostName, envInfo);
 }