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

Name

Description

severity

The severity to log the buffered message at.

loc

The source location the message is attributed to.

Created with MrDocs