absl::LogStreamer::LogStreamer

Creates a LogStreamer with a given severity that will log a message attributed to the given source location.

Synopsis

Declared in <absl/log/log_streamer.h>

explicit
LogStreamer(
    absl::LogSeverity severity,
    absl::SourceLocation loc = absl::SourceLocation::current());

Parameters

NameDescription
severityThe severity to log the buffered message at.
locThe source location the message is attributed to.