class Log

Defined at line 1102 of file fidling/gen/sdk/fidl/fuchsia.logger/fuchsia.logger/hlcpp/fuchsia/logger/cpp/fidl.h

Interface for LogListenerSafe to register to listen to logs.

Public Members

static const char[] Name_

Public Methods

void ~Log ()
void ListenSafe (::fidl::InterfaceHandle< ::fuchsia::logger::LogListenerSafe> log_listener, ::std::unique_ptr< ::fuchsia::logger::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.