Move Log out of Milvus namespace (#10178)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-10-19 17:10:35 +08:00 committed by GitHub
parent bf7cf72481
commit 56f97aa07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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