The exact representation of a streamed absl::LogSeverityAtMost is deliberately unspecified; do not rely on it.
Declared in <absl/base/log_severity.h>
std::ostream&
operator<<(
std::ostream& os,
absl::LogSeverityAtMost s);
os, after writing the representation of s.
| Name | Description |
|---|---|
| os | The stream to write to. |
| s | The severity threshold to stream. |