LogOutput(Config<bool>) Method
Toggles whether to log standard process output as information messages.
Namespace
Statiq.Core
Containing Type
StartProcess

Syntax

public StartProcess LogOutput(Config<bool> logOutput = null)

Remarks

By default, standard process output is only logged as debug messages.

Parameters

Name Type Description
logOutput Config<bool> true or null to log standard process output as information messages, false to log them as debug messages.

Return Value

Type Description
StartProcess The current module instance.