template <>
class WireSyncClientImpl
Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.logger/fuchsia.logger/cpp/fidl/fuchsia.logger/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_logger::Log>|,
avoiding setting up a client.
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.