[#absl-LogEntry-text_message_with_prefix_and_newline_c_str] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::text_message_with_prefix_and_newline_c_str :relfileprefix: ../../ :mrdocs: Returns a nul‐terminated C string of the text‐formatted message including its metadata prefix and trailing newline. == Synopsis Declared in `<absl/log/log_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* text_message_with_prefix_and_newline_c_str() const; ---- == Description The buffer does not outlive the entry; if you need the data later, you must copy it. == Return Value A pointer to the nul‐terminated, prefixed message. [.small]#Created with https://www.mrdocs.com[MrDocs]#