Returns a LogStreamer that writes at level LogSeverity::kWarning.
Synopsis
Declared in <absl/log/log_streamer.h>
LogStreamer
LogWarningStreamer(absl::SourceLocation loc = absl::SourceLocation::current());
Return Value
A LogStreamer configured to log at LogSeverity::kWarning.
Parameters
Name |
Description |
loc |
The source location the message is attributed to. |
Created with MrDocs