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