absl::LogEntry::source_line

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>

int
source_line() const;

Return Value

The source line number.