[#absl-LogStreamer-2constructor-00] = 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 source location. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit LogStreamer( xref:absl/LogSeverity.adoc[absl::LogSeverity] severity, xref:absl/SourceLocation.adoc[absl::SourceLocation] loc = absl::SourceLocation::current()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *severity* | The severity to log the buffered message at. | *loc* | The source location the message is attributed to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#