HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Controller Class / OpenLog Method
The name of the HttpWatch log (.hwl) or HTTP Archive (.har) file to open.

In This Topic
    OpenLog Method
    In This Topic
    Allows existing .HWL and .HAR log files to be opened and examined.
    Syntax
    'Declaration
     
    Public Function OpenLog( _
       ByVal fileName As String _
    ) As Log
    public Log OpenLog( 
       string fileName
    )

    Parameters

    fileName
    The name of the HttpWatch log (.hwl) or HTTP Archive (.har) file to open.

    Return Value

    If successful, a reference to a Log object is returned.
    Requirements
     
    See Also