pub async fn run_log_listener_with_proxy<'a>(
logger: &LogProxy,
processor: impl LogProcessor + 'a,
options: Option<&'a LogFilterOptions>,
) -> Result<(), Error>Expand description
Register listener or log dumper based on the parameters passed.