absl::LogStreamer::LogStreamer

Creates a LogStreamer with a given severity that will log a message attributed to the given file and line.

Synopsis

Declared in <absl/log/log_streamer.h>

explicit
LogStreamer(
    absl::LogSeverity severity,
    std::string_view file,
    int line);

Parameters

NameDescription
severityThe severity to log the buffered message at.
fileThe source file the message is attributed to.
lineThe source line the message is attributed to.