Type Alias TimelyProgressLogger

Source
pub type TimelyProgressLogger<T> = Logger<TimelyProgressEventBuilder<T>>;
Expand description

Logger for timely dataflow progress events (the “timely/progress/*” log streams).

Aliased Type§

pub struct TimelyProgressLogger<T> { /* private fields */ }