Internal change

PiperOrigin-RevId: 365026440
This commit is contained in:
hai007
2021-03-25 06:53:06 -07:00
committed by Copybara-Service
parent aa26e3d88d
commit abaac41f1b
3 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ class LogMessageVoidify {
} // namespace location
// Severity enum conversion
#define NEARBY_SEVERITY_INFO location::nearby::api::LogMessage::Severity::kInfo
#define NEARBY_SEVERITY_VERBOSE \
location::nearby::api::LogMessage::Severity::kVerbose
#define NEARBY_SEVERITY_INFO \
location::nearby::api::LogMessage::Severity::kInfo
#define NEARBY_SEVERITY_WARNING \
location::nearby::api::LogMessage::Severity::kWarning
#define NEARBY_SEVERITY_ERROR \