5 Commits

Author SHA1 Message Date
Mike Kruskal
8ce456967c Remove IWYU private pragmas now that vlog_is_on is public
PiperOrigin-RevId: 907322933
Change-Id: I485ed55cb4f3686fa5dad17f58b65e3aba7dd6b6
2026-04-28 20:35:57 -07:00
Abseil Team
f7f316824d Add an example for the --vmodule flag.
This makes it easier to copy-paste, without having to read the full documentation.

PiperOrigin-RevId: 670982905
Change-Id: I2f3844f30bc289053943aef3c15fdc5433203eb9
2024-09-04 08:38:32 -07:00
Abseil Team
4539c540fe [log] Correct SetVLOGLevel to SetVLogLevel in comments
PiperOrigin-RevId: 616818246
Change-Id: I1ee813dd1b4da2d25d6b1b9cdba9e8f70d6a6d90
2024-03-18 07:17:38 -07:00
Derek Mauro
b2dd3a5be7 Move absl::Set[Global]VLogLevel() to //absl/log/globals.h
For consistency, all global logging configurations lives in
//absl/log/globals.h

PiperOrigin-RevId: 598194040
Change-Id: I815b7d07f8fe06c70cef83bdf825c2f7ca504a2b
2024-01-13 08:40:35 -08:00
Derek Mauro
8588e7d14d 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
2023-12-06 08:29:43 -08:00