Constructors

Synopses

Declared in <absl/log/log_sink.h>

Constructs a log sink.

constexpr
LogSink() = default;

Implementations may be copyable and/or movable.

constexpr
LogSink(LogSink const& other) = default;

Parameters

Name

Description

other

The source object.

Created with MrDocs