Click or drag to resize
Sandcastle Help File BuilderBuildHelpVerbose Property
This is used to set or get the output logging verbosity flag

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public bool Verbose { get; set; }

Property Value

Type: Boolean
This property is optional. If set to false (the default), only build steps are written to the task log. If set to true, all output from the build process is written to the task log.
See Also