C++SDK如何关闭日志啊
Opened this issue · 1 comments
monster-arch commented
C++SDK如何关闭日志啊
monster-arch commented
#include "fastdeploy/utils/utils.h"
/// Set behaviour of logging while using FastDeploy
FASTDEPLOY_DECL void SetLogger(bool enable_info = true,
bool enable_warning = true);
fastdeploy::SetLogger(false, false);