Treatment logWarningsLabel

std/engine/log::logWarningsLabel


Inputs

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


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

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