获取运动参数和配置运动,档位调试
This commit is contained in:
@@ -27,6 +27,10 @@ class CLogger
|
||||
public:
|
||||
CLogger(CString m_Name)
|
||||
{
|
||||
//设置中文环境
|
||||
//setlocale(LC_ALL, "Chinese-simplified");
|
||||
setlocale(LC_ALL, "en_US.UTF-8");
|
||||
|
||||
IsEnabledLog = false;
|
||||
m_File = nullptr;
|
||||
CString Path = _T(""); // Speed optimization - noticed slow in GlowCode
|
||||
|
||||
Reference in New Issue
Block a user