Treatment logDataErrors

std/engine/log::logDataErrors


Generics

◻ D: Display

Parameters

↳ var label: string = "error"

Inputs

⇥ data: Stream<D>


Log a stream of displayable values at error level.

Each item in data is converted to its display representation and logged at error level with the given label.