absl::operator<<

The exact representation of a streamed absl::LogSeverityAtLeast is deliberately unspecified; do not rely on it.

Synopsis

Declared in <absl/base/log_severity.h>

std::ostream&
operator<<(
    std::ostream& os,
    absl::LogSeverityAtLeast s);

Return Value

os, after writing the representation of s.

Parameters

NameDescription
osThe stream to write to.
sThe severity threshold to stream.