Treatment logDebugsLabel

std/engine/log::logDebugsLabel


Inputs

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


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

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