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

Syntax

public StartProcess LogErrors(Config<bool> logErrors = null)

Remarks

By default, error process output is logged as error messages.

Parameters

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

Return Value

Type Description
StartProcess The current module instance.