HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / EnableWarnings Method
Use true to enable all warnings and false to disable warnings.

In This Topic
    EnableWarnings Method
    In This Topic
    Enables or disables the use of warnings in the Log object.
    Syntax
    'Declaration
     
    Public Sub EnableWarnings( _
       ByVal enable As Boolean _
    ) 
    public void EnableWarnings( 
       bool enable
    )

    Parameters

    enable
    Use true to enable all warnings and false to disable warnings.
    Remarks
    This method is useful if you want to quickly set all warnings to a known state. You can then enable or disable individual warnings using the EnableWarningByID method.
    Requirements
     
    See Also