Treatment logDataDebugLabel

std/engine/log::logDataDebugLabel


Generics

◻ D: Display

Inputs

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


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

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