template <>

class WireWeakOnewayClientImpl

Defined at line 1370 of file fidling/gen/sdk/fidl/fuchsia.logger/fuchsia.logger/cpp/fidl/fuchsia.logger/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus ListenSafe (::fidl::ClientEnd< ::fuchsia_logger::LogListenerSafe> && log_listener, ::fidl::ObjectView< ::fuchsia_logger::wire::LogFilterOptions> options)

Dumps all cached logs by calling LogMany() in batches followed by Log() for each new log

message.

A null `options` indicates no filtering is requested.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.