diff options
author | Derek Mauro <dmauro@google.com> | 2023-09-26 11:40:13 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-09-26 11:40:51 -0700 |
commit | 2fa24cc42f9103f2af71b3df858e8b6814ff1fd4 (patch) | |
tree | 5e23d43d004356f5d996c8d36c79efb90f366d71 /absl | |
parent | e3114cc5744393c5d8e514d9f3323ef194f3bcb5 (diff) |
Fix logging flags documentation to refer to `LogSink`s instead of logfiles
PiperOrigin-RevId: 568603611
Change-Id: I7a31e0d6336a7235a8dc6eeed5680625cb3b4298
Diffstat (limited to 'absl')
-rw-r--r-- | absl/log/internal/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/internal/flags.h b/absl/log/internal/flags.h index 0c5e81ed..b91b8644 100644 --- a/absl/log/internal/flags.h +++ b/absl/log/internal/flags.h @@ -33,7 +33,7 @@ // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // Log messages at this severity or above are sent to stderr in *addition* to -// logfiles. Defaults to `ERROR`. See log_severity.h for numeric values of +// `LogSink`s. Defaults to `ERROR`. See log_severity.h for numeric values of // severity levels. ABSL_DECLARE_FLAG(int, stderrthreshold); |