Ver 2025.03.25.0

FrmLogParser :: LogFile DragDrop 패치
This commit is contained in:
2025-03-25 17:06:01 +09:00
parent 0507461566
commit e7a8c36412
5 changed files with 21 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ namespace DDUtilityApp.LOGPARSER.PARSER
}
catch (Exception ex01)
{
XLogger.Instance.Fatal(ex01);
XLogger.Instance.Fatal(ex01, true);
}
if (reader != null) reader.Close();