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