Treatment logDataInfosLabel
std/engine/log::logDataInfosLabel
Generics
◻ D: Display
Inputs
⇥ data: Stream<D>
⇥ label: Block<string>
Log a stream of displayable values at info level with a streamed label.
label is received as a block; each item in data is converted to its display form and logged at info level.