[#absl-LogEntry-2constructor] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::LogEntry :relfileprefix: ../../ :mrdocs: Deleted; pass `LogEntry` by reference instead, and do not store it as its state does not outlive the call to `LogSink::Send()`. == Synopsis Declared in `<absl/log/log_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- LogEntry(xref:absl/LogEntry.adoc[LogEntry] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#