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