IBuildAssemblerVerbosityLevel Property

This read-only property returns the verbosity level for the message handlers

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
MessageLevel VerbosityLevel { get; }

Property Value

MessageLevel
The value can be Info, Warn, or Error. The default level is Info so that all messages are displayed. Setting it to a higher level will suppress messages below the given level.

Remarks

It is up to the message handler to make use of this property

See Also