absl::LogInfoStreamer

Returns a LogStreamer that writes at level LogSeverity::kInfo.

Synopses

Declared in <absl/log/log_streamer.h>

Returns a LogStreamer that writes at level LogSeverity::kInfo.

LogStreamer
LogInfoStreamer(absl::SourceLocation loc = absl::SourceLocation::current());
» more...

Returns a LogStreamer that writes at level LogSeverity::kInfo.

LogStreamer
LogInfoStreamer(
    std::string_view file,
    int line);
» more...

Return Value

A LogStreamer configured to log at LogSeverity::kInfo.

Parameters

NameDescription
locThe source location the message is attributed to.
fileThe source file the message is attributed to.
lineThe source line the message is attributed to.