Switch glog to absl::log.

PiperOrigin-RevId: 615535748
This commit is contained in:
Francis Tsui
2024-03-13 14:03:23 -07:00
committed by Copybara-Service
parent 5859dd5513
commit a082f36021
16 changed files with 18 additions and 55 deletions
+1 -1
View File
@@ -53,11 +53,11 @@ cc_library(
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:btree",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log:log_streamer",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@com_google_absl//absl/types:span",
"@com_google_glog//:glog",
"@com_google_nisaba//nisaba/port:thread_pool",
"@nlohmann_json//:json",
],
@@ -15,7 +15,7 @@
#ifndef PLATFORM_IMPL_G3_LOG_MESSAGE_H_
#define PLATFORM_IMPL_G3_LOG_MESSAGE_H_
#include "glog/logging.h"
#include "absl/log/log_streamer.h"
#include "internal/platform/implementation/log_message.h"
namespace nearby {