Treatment logDataInfos

std/engine/log::logDataInfos


Generics

◻ D: Display

Parameters

↳ var label: string = "info"

Inputs

⇥ data: Stream<D>


Log a stream of displayable values at info level.

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