feat:replace boost library with C++11 std library
This commit is contained in:
@@ -121,4 +121,8 @@ bool Start() {
|
||||
|
||||
void SaveLoggerFile() {
|
||||
is_save_log_file = true;
|
||||
}
|
||||
|
||||
void DisableConsoleLogger() {
|
||||
is_console_log_enable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user