휴가 신청 삭제시 로그파일에 기록되도록 함
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user