Treatment logDataWarningsLabel

std/engine/log::logDataWarningsLabel


Generics

◻ D: Display

Inputs

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


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

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