absl::LogWarningStreamer

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

NameDescription
locThe source location the message is attributed to.