Treatment logDataInfoLabel

std/engine/log::logDataInfoLabel


Generics

◻ D: Display

Inputs

⇥ data: Block<D>
⇥ label: Block<string>


Log a single displayable value at info level with a streamed label.

Both label and data are received as blocks; data is converted to its display form before logging.