[#absl-LogEntry-source_line] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::source_line :relfileprefix: ../../ :mrdocs: Returns the source line where the log message occurred, taken from `*LINE*` unless overridden by `LOG(...).AtLocation(...)`. == Synopsis Declared in `<absl/log/log_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int source_line() const; ---- == Return Value The source line number. [.small]#Created with https://www.mrdocs.com[MrDocs]#