summaryrefslogtreecommitdiff
path: root/absl/log/internal/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-12-06 08:28:49 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2023-12-06 08:29:43 -0800
commit8588e7d14dca32eb2c695a9cd49d272aa23cc483 (patch)
tree2ae79a8905458ce06d57f6bb4a9475a87afd1742 /absl/log/internal/BUILD.bazel
parent9b83dc9f0d3309ebe79f2c26bb3b71563bc28922 (diff)
Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h
absl_log.h is supposed to be a mirror of log.h that only uses ABSL_ prefixed macros. This change adds ABSL_VLOG_IS_ON to absl_vlog_is_on.h and uses it in the implementation of VLOG. VLOG_IS_ON is then only exported though vlog_is_on.h. PiperOrigin-RevId: 588435577 Change-Id: Ifa9193afa0b782194b64447f4fedfaf24b72c95a
Diffstat (limited to 'absl/log/internal/BUILD.bazel')
-rw-r--r--absl/log/internal/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/internal/BUILD.bazel b/absl/log/internal/BUILD.bazel
index 0525ac1d..1207737a 100644
--- a/absl/log/internal/BUILD.bazel
+++ b/absl/log/internal/BUILD.bazel
@@ -153,7 +153,7 @@ cc_library(
":conditions",
":log_message",
":strip",
- "//absl/log:vlog_is_on",
+ "//absl/log:absl_vlog_is_on",
],
)