absl::LogSink::LogSink

Constructors

Synopses

Declared in <absl/log/log_sink.h>

Constructs a log sink.

constexpr
LogSink() = default;
» more...

Implementations may be copyable and/or movable.

constexpr
LogSink(LogSink const& other) = default;
» more...

Parameters

NameDescription
otherThe source object.