휴가 신청 삭제시 로그파일에 기록되도록 함

This commit is contained in:
ChiKyun Kim
2025-10-29 10:43:28 +09:00
parent 6bd4f84192
commit 3f3a2834df
51 changed files with 1321 additions and 5365 deletions

View File

@@ -24,7 +24,7 @@ namespace Project
public static UserSetting uSetting; //user setting
public static Setting setting; //global setting
public static arUtil.Log log; //global logging system
public static DateTime LastInputTime = DateTime.Now;
public static CResult Result = new CResult();
@@ -185,7 +185,7 @@ namespace Project
uSetting.Load();
//log
log = new arUtil.Log();
FCOMMON.Pub.log = new arUtil.Log();
//clear login info
FCOMMON.info.Login = new FCOMMON.info.sUserInfo();
@@ -234,7 +234,7 @@ namespace Project
InitWebView = 1;
}
catch(Exception ex)
catch (Exception ex)
{
Console.WriteLine(ex.Message);
InitWebView = 2;
@@ -375,7 +375,7 @@ namespace Project
}
catch (Exception ex)
{
Pub.log.AddE(ex.Message);
FCOMMON.Pub.log.AddE(ex.Message);
}
});