absl::LogEntry::LogEntry

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>

LogEntry(LogEntry const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from