[#absl-LogStreamer-2constructor-020] = xref:absl.adoc[absl]::xref:absl/LogStreamer.adoc[LogStreamer]::LogStreamer :relfileprefix: ../../ :mrdocs: Creates a LogStreamer with a given `severity` that will log a message attributed to the given `file` and `line`. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit LogStreamer( xref:absl/LogSeverity.adoc[absl::LogSeverity] severity, std::string_view file, int line); ---- == Parameters [cols="1,4"] |=== | Name| Description | *severity* | The severity to log the buffered message at. | *file* | The source file the message is attributed to. | *line* | The source line the message is attributed to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#