コード例 #1
0
ファイル: Logger.cs プロジェクト: peteraglen/condep-dsl
 public static void LogSectionStart(string name)
 {
     InternalLogger.LogSectionStart(name);
 }