Treatment logDataWarningLabel

std/engine/log::logDataWarningLabel


Generics

◻ D: Display

Inputs

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


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

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