Table of Contents

ISandcastleProject.BuildAssemblerVerbosity Property

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

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

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.