This makes it easier to copy-paste, without having to read the full documentation.
PiperOrigin-RevId: 670982905
Change-Id: I2f3844f30bc289053943aef3c15fdc5433203eb9
For consistency, all global logging configurations lives in
//absl/log/globals.h
PiperOrigin-RevId: 598194040
Change-Id: I815b7d07f8fe06c70cef83bdf825c2f7ca504a2b
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