Treatment logDataWarnings
std/engine/log::logDataWarnings
Generics
◻ D: Display
Parameters
↳ var label: string = "warning"
Inputs
⇥ data: Stream<D>
Log a stream of displayable values at warning level.
Each item in data is converted to its display representation and logged at warning level with the given label.