Description

Gets/Sets the level of Feedback the Stream library will provide.

Property type

A mcWarningLevel enumeration.  

Syntax

object.WarningLevel [= value]

The WarningLevel Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McStream.
valueA mcWarningLevel enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcwlNONE0
 mcwlONLY_ERRORS1
 mcwlERRORS_AND_WARNINGS2
 mcwlFULL_INFORMATION3

Remarks

mcwlNONE

No feedback provided

mcwlONLY_ERRORS

Only Errors, not warnings, will be provided

mcwlERRORS_AND_WARNINGS

Everything is coming back

mcwlFULL_INFORMATION

undefined for now, will act as ERRORS and WARNINGS