IBuildAssembler.VerbosityLevel Property
Definition
- Namespace
- Sandcastle.Core.BuildAssembler
- Assembly
- Sandcastle.Core.dll
This read-only property returns the verbosity level for the message handlers
MessageLevel VerbosityLevel { get; }
Property Value
- MessageLevel
The value can be
Info,Warn, orError. 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