mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
Move Log out of Milvus namespace (#10178)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
bf7cf72481
commit
56f97aa07b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user