[#absl-LogErrorStreamer-0a] = xref:absl.adoc[absl]::LogErrorStreamer :relfileprefix: ../ :mrdocs: Returns a LogStreamer that writes at level LogSeverity::kError. == Synopses Declared in `<absl/log/log_streamer.h>` Returns a LogStreamer that writes at level LogSeverity::kError. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogStreamer.adoc[LogStreamer] xref:absl/LogErrorStreamer-08.adoc[LogErrorStreamer](xref:absl/SourceLocation.adoc[absl::SourceLocation] loc = absl::SourceLocation::current()); ---- [.small]#xref:absl/LogErrorStreamer-08.adoc[_» more..._]# Returns a LogStreamer that writes at level LogSeverity::kError. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogStreamer.adoc[LogStreamer] xref:absl/LogErrorStreamer-02.adoc[LogErrorStreamer]( std::string_view file, int line); ---- [.small]#xref:absl/LogErrorStreamer-02.adoc[_» more..._]# == Return Value A LogStreamer configured to log at LogSeverity::kError. == Parameters [cols="1,4"] |=== | Name| Description | *loc* | The source location the message is attributed to. | *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]#