mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 14:11:14 +08:00
Fix ambiguous of constructor function of FDLogger (#259)
Update utils.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user