日志重写
This commit is contained in:
@@ -362,7 +362,7 @@ namespace LargeSquareOne
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
LogHelper.Instance.WriteEX(ex);
|
||||
LoggerHelp.WriteEX(ex);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -998,7 +998,7 @@ namespace LargeSquareOne
|
||||
private void LoginLocalOut()
|
||||
{
|
||||
CommonMethods.AddOPLog(false, $"退出成功,退出用户:{CommonMethods.currentAdmin?.LoginName},权限:{CommonMethods.currentAdmin?.LoginLevel}");
|
||||
LogHelper.Instance.WriteLog($"用户:" + CommonMethods.currentAdmin?.LoginName + "-退出");
|
||||
LoggerHelp.WriteLog($"用户:" + CommonMethods.currentAdmin?.LoginName + "-退出");
|
||||
CommonMethods.LoginOut = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user