Crate fuchsia_syslog_listener

Source
Expand description

Log listener support library.

Traits§

LogProcessor
This trait is used to pass log message back to client.

Functions§

run_log_listener
This fn will connect to fuchsia.logger.Log service and then register listener or log dumper based on the parameters passed.
run_log_listener_with_proxy
Register listener or log dumper based on the parameters passed.