fromStandard

fun fromStandard(output: OutputChannel<String> = OutputChannel.stdOut(), error: OutputChannel<String> = OutputChannel.stdErr(), warnings: OutputChannel<Warning> = OutputChannel.warn()): OutputStore

Creates an OutputStore with output (defaulting to OutputChannel.stdOut) as both stdOut and "user_output", error (defaulting to OutputChannel.stdErr) as stdErr, and warnings (defaulting to OutputChannel.warn) as the warnings channel.