template <>

class NaturalClientImpl

Defined at line 418 of file fidling/gen/sdk/fidl/fuchsia.logger/fuchsia.logger/cpp/fidl/fuchsia.logger/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_logger::LogListenerSafe::Log> Log (const ::fidl::Request< ::fuchsia_logger::LogListenerSafe::Log> & request)

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.

::fidl::internal::NaturalThenable< ::fuchsia_logger::LogListenerSafe::LogMany> LogMany (const ::fidl::Request< ::fuchsia_logger::LogListenerSafe::LogMany> & request)

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.

::fit::result< ::fidl::OneWayError> Done ()

Called when this listener was passed to `DumpLogsSafe()` and all cached logs have been sent.