Treatment logErrors

std/engine/log::logErrors


Parameters

↳ var label: string = "error"

Inputs

⇥ messages: Stream<string>


Log a stream of error-level messages.

Each string in messages is forwarded to the engine log at error level with the given label.