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
Name |
Description |
os |
The stream to write to. |
s |
The severity threshold to stream. |
Created with MrDocs