Returns the text-formatted message without its metadata prefix and without a trailing newline.
Declared in <absl/log/log_entry.h>
std::string_view
text_message() const;
The buffer does not outlive the entry; if you need the data later, you must copy it.
The unprefixed message, without a trailing newline.