class LogExporter

Defined at line 37 of file ../../zircon/system/ulib/runtests-utils/include/runtests-utils/log-exporter.h

Emits log messages to file.

Public Methods

void LogExporter (FILE * output_file, async_dispatcher_t * dispatcher, fidl::ServerEnd<fuchsia_logger::LogListenerSafe> channel, ErrorHandler error_handler, FileErrorHandler file_error_handler)

Creates object and starts listening for msgs on channel written by Log

interface in logger FIDL.

|channel| channel to read log messages from.

|output_file| file to write logs to.

Defined at line 23 of file ../../zircon/system/ulib/runtests-utils/log-exporter.cc

void ~LogExporter ()

Defined at line 35 of file ../../zircon/system/ulib/runtests-utils/log-exporter.cc