Function mz_compute::logging::initialize::initialize
source ยท pub fn initialize<A: Allocate + 'static>(
worker: &mut Worker<A>,
config: &LoggingConfig,
) -> (Logger<ComputeEvent>, BTreeMap<LogVariant, (TraceBundle, usize)>)
Expand description
Initialize logging dataflows.
Returns a logger for compute events, and for each LogVariant
a trace bundle usable for
retrieving logged records as well as the index of the exporting dataflow.