SandcastleProjectBuildAssemblerVerbosity Property

This read-only property is used to get the build assembler tool verbosity level

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public BuildAssemblerVerbosity BuildAssemblerVerbosity { get; }

Property Value

BuildAssemblerVerbosity
The default is AllMessages to report all messages

Remarks

Setting this property to OnlyWarningsAndErrors or OnlyErrors can significantly reduce the size of the build log for large projects.

See Also