[#absl-operator_lshift-03f] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: The exact representation of a streamed `absl::LogSeverity` is deliberately unspecified; do not rely on it. == Synopsis Declared in `<absl/base/log_severity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:absl/LogSeverity.adoc[absl::LogSeverity] s); ---- == Return Value `os`, after writing the representation of `s`. == Parameters [cols="1,4"] |=== | Name| Description | *os* | The stream to write to. | *s* | The severity level to stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#