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