Ver 2025.05.01.0

B2 Database 변경
This commit is contained in:
jungwoois
2025-05-01 11:59:58 +09:00
parent 395102ffea
commit f0114e7b3f
7 changed files with 43 additions and 23 deletions

View File

@@ -34,6 +34,8 @@ namespace DDUtilityApp.LOGPARSER
private bool IsLogFolderOpen { get; set; } = false;
private XLogger Logger { get; set; } = null;
#endregion
#region [ Properties ] ------------------------------------------------
@@ -75,6 +77,8 @@ namespace DDUtilityApp.LOGPARSER
public FrmLogParser()
{
InitializeComponent();
XLogger.Instance = new XLogger("LogViewer");
this.SetLayout();
this.SetEventHandler();