HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class / Save Method
The name of the file to which the HttpWatch log file (*.hwl) should be written.

In This Topic
    Save Method
    In This Topic
    Saves the log to an HttpWatch log file (.hwl).
    Syntax
    'Declaration
     
    Public Sub Save( _
       ByVal fileName As String _
    ) 
    public void Save( 
       string fileName
    )

    Parameters

    fileName
    The name of the file to which the HttpWatch log file (*.hwl) should be written.
    Requirements
     
    See Also