Treatment logInfosLabel

std/engine/log::logInfosLabel


Inputs

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


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

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