Treatment logDataErrorsLabel

std/engine/log::logDataErrorsLabel


Generics

◻ D: Display

Inputs

⇥ data: Stream<D>
⇥ label: Block<string>


Log a stream of displayable values at error level with a streamed label.

label is received as a block; each item in data is converted to its display form and logged at error level.