mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Replace NEARBY_LOGS with LOG for all coding under google3/third_party/nearby/
PiperOrigin-RevId: 786733783
This commit is contained in:
@@ -29,12 +29,4 @@
|
||||
// IWYU pragma: end_exports
|
||||
#endif // defined(NEARBY_CHROMIUM)
|
||||
|
||||
// Public APIs
|
||||
// The stream statement must come last, or it won't compile.
|
||||
#define NEARBY_VLOG(level) VLOG(level)
|
||||
#define NEARBY_LOGS(severity) LOG(severity)
|
||||
|
||||
#define NEARBY_DLOG(severity) DLOG(severity)
|
||||
#define NEARBY_DVLOG(severity) DVLOG(severity)
|
||||
|
||||
#endif // PLATFORM_BASE_LOGGING_H_
|
||||
|
||||
Reference in New Issue
Block a user