template <>

class WireWeakAsyncClientImpl

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

Public Methods

::fidl::internal::WireThenable< ::fuchsia_logger::LogListenerSafe::Log> Log (const ::fuchsia_logger::wire::LogMessage & log)

Called for single messages.

The return value is used for flow control, and implementers should acknowledge receipt of

each message in order to continue receiving future messages.

The request and callback are allocated on the heap.

::fidl::internal::WireThenable< ::fuchsia_logger::LogListenerSafe::LogMany> LogMany (::fidl::VectorView< ::fuchsia_logger::wire::LogMessage> log)

Called when serving cached logs.

Max logs size per call is `MAX_LOG_MANY_SIZE_BYTES` bytes.

The return value is used for flow control, and implementers should acknowledge receipt of

each batch in order to continue receiving future messages.

The request and callback are allocated on the heap.