Ver 2025.05.01.0
B2 Database 변경
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user