未验证 提交 56f97aa0 编写于 作者: C Cai Yudong 提交者: GitHub

Move Log out of Milvus namespace (#10178)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 bf7cf724
......@@ -19,7 +19,7 @@ INITIALIZE_EASYLOGGINGPP
#include <stdexcept>
#include <string>
namespace milvus {
// namespace milvus {
std::string
LogOut(const char* pattern, ...) {
......@@ -105,4 +105,4 @@ get_thread_start_timestamp() {
}
}
} // namespace milvus
// } // namespace milvus
......@@ -16,7 +16,7 @@
#include <unistd.h>
#include "easyloggingpp/easylogging++.h"
namespace milvus {
// namespace milvus {
#if __GLIBC__ == 2 && __GLIBC_MINOR__ < 30
#include <sys/syscall.h>
......@@ -133,4 +133,4 @@ GetThreadName();
int64_t
get_thread_start_timestamp();
} // namespace milvus
// } // namespace milvus
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册