[#absl-LogEntry-prefix] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::prefix :relfileprefix: ../../ :mrdocs: Returns true unless the metadata prefix was suppressed once by `LOG(...).NoPrefix()` or globally by `absl::EnableLogPrefix(false)`. Implies `text_message_with_prefix() == text_message()`. == Synopsis Declared in `<absl/log/log_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool prefix() const; ---- == Return Value Whether the metadata prefix is present. [.small]#Created with https://www.mrdocs.com[MrDocs]#