[#absl-LogStreamer-stream] = xref:absl.adoc[absl]::xref:absl/LogStreamer.adoc[LogStreamer]::stream :relfileprefix: ../../ :mrdocs: Returns the `std::ostream` to use to write into this LogStreamer's internal buffer. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& stream(); ---- == Return Value The output stream backed by this LogStreamer's buffer. [.small]#Created with https://www.mrdocs.com[MrDocs]#