diff --git a/TimberWinR/Configuration.cs b/TimberWinR/Configuration.cs index 7e32390..f8de91b 100644 --- a/TimberWinR/Configuration.cs +++ b/TimberWinR/Configuration.cs @@ -286,6 +286,9 @@ namespace TimberWinR IISW3CLog iisw3c = new IISW3CLog(name, location, fields, args); _iisw3clogs.Add(iisw3c); } + + + Console.WriteLine("end"); } static List parseFields_Event(IEnumerable xml_fields) @@ -1370,4 +1373,4 @@ namespace TimberWinR } } -} +} \ No newline at end of file