pub async fn dump_fxt_logs_from_socket<F, S>(
socket: AsyncSocket,
formatter: &mut F,
symbolizer: &S,
include_timestamp: bool,
) -> Result<LogProcessingResult, LogError>Expand description
Reads FXT logs from a socket and formats them using the given formatter and symbolizer.