Treatment logStream
std/engine/log::logStream
Configuration
⬡ engine: std/engine::Engine
Parameters
↳ var label: string
↳ var level: Level (std/engine/log::Level)
Inputs
⇥ messages: Stream<string>
Forward a stream of strings to the engine log at the given level under label.
Each received string is logged as a separate entry. The treatment continues until the stream closes.