Treatment logErrorsLabel

std/engine/log::logErrorsLabel


Inputs

⇥ label: Block<string>
⇥ messages: Stream<string>


Log a stream of error-level messages with a streamed label.

label is received as a block; each string in messages is logged at error level under that label.