Treatment logDataErrorLabel
std/engine/log::logDataErrorLabel
Generics
◻ D: Display
Inputs
⇥ data: Block<D>
⇥ label: Block<string>
Log a single displayable value at error level with a streamed label.
Both label and data are received as blocks; data is converted to its display form before logging.