예제 #1
0
파일: Log.cs 프로젝트: szm7410/SNData
 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);
 }