コード例 #1
0
ファイル: Log.cs プロジェクト: szm7410/SNData
 public static void Warning(Guid correlationId, string content, string action = "", string tag = "", string component = "", string hostName = "", string envInfo = "")
 {
     Logger2.Warning(correlationId, content, action, tag, component, hostName, envInfo);
 }