mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Rename NEARBY_LOG() to NEARBY_LOG_OBSOLETE()
PiperOrigin-RevId: 667785090
This commit is contained in:
committed by
Copybara-Service
parent
df166289bb
commit
4bca950bc7
@@ -93,7 +93,8 @@ class LogMessageVoidify {
|
||||
? (void)0 \
|
||||
: nearby::LogMessageVoidify() & NEARBY_LOG_MESSAGE(severity)->Stream()
|
||||
|
||||
#define NEARBY_LOG(severity, ...) \
|
||||
// DO NOT USE. Switch to NEARBY_LOGS() instead.
|
||||
#define NEARBY_LOG_OBSOLETE(severity, ...) \
|
||||
NEARBY_LOG_IS_ON(severity) \
|
||||
? NEARBY_LOG_MESSAGE(severity)->Print(__VA_ARGS__) : (void)0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user