Fix ambiguous of constructor function of FDLogger (#259)

Update utils.h
This commit is contained in:
Jason
2022-09-20 19:21:29 +08:00
committed by GitHub
parent d513c1ceb7
commit 1b88286ad8

View File

@@ -39,11 +39,6 @@ class FASTDEPLOY_DECL FDLogger {
public:
static bool disable_info;
static bool disable_warning;
FDLogger() {
line_ = "";
prefix_ = "[FastDeploy]";
level_ = 0;
}
// 0: INFO
// 1: WARNING
// 2: ERROR