[#absl-LogEntry-log_severity] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::log_severity :relfileprefix: ../../ :mrdocs: Returns this entry's severity. For `LOG`, taken from the first argument; for `CHECK`, always `absl::LogSeverity::kFatal`. == Synopsis Declared in `<absl/log/log_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogSeverity.adoc[absl::LogSeverity] log_severity() const; ---- == Return Value The entry's severity. [.small]#Created with https://www.mrdocs.com[MrDocs]#