HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Log Class
Properties Methods


In This Topic
    Log Class Members
    In This Topic

    The following tables list the members exposed by Log.

    Public Properties
     NameDescription
    Public PropertyA string that indicates the type of browser in which the log file was recorded, e.g. "Chrome"  
    Public PropertyA string that indicates the version of the browser in which the log file was recorded, e.g. "3.5.6".  
    Public PropertyGets or sets a descriptive string for the log. Its value is displayed in the HttpWatch properties window.  
    Public PropertyGets a reference to an Entries object that contains a list of all the requests in the log.  
    Public PropertyGets a reference to an Entries object that contains a filtered list of the requests in the log.  
    Public PropertyGets a reference to a Pages object that contains a filtered list of the requests in the log.  
    Public PropertyA string containing the version of the HTTP archive (HAR) specification that was used to import this log, e.g. "1.1"  
    Public PropertyA boolean value indicating whether the log file supports request level timings such as DNS Lookup, TCP Connect and Receive timings.  
    Public PropertyA boolean indicating whether the log contains page grouping information.  
    Public PropertyA boolean indicating if time zone information is known for this log.  
    Public PropertyThe version of the HWL file from which this log was read, e.g. '6.0' or '7.0'  
    Public PropertyGets a value that indicates whether a current filter is enabled.  
    Public PropertyReturns a Pages object that contains a list of all the pages in the log.  
    Public PropertyThe name of the application that originally recorded the log file, e.g. "HttpWatch Professional Edition"  
    Public PropertyThe version of the application that recorded the log file, e.g. "5.3.20".  
    Public PropertyA boolean indicating if the file was originally recorded in HttpWatch Basic Edition.  
    Public PropertyGets the number of minutes between the recording PC's time and UTC/GMT, providing the HasTimeZone property is true.  
    Public PropertyA boolean that indicates if the log file was imported from an HTTP Archive (HAR) file.  
    Top
    Public Methods
     NameDescription
    Public MethodEnables or disables the current filter.  
    Public MethodEnables or disables the use of a single type of warning in the Log object.  
    Public MethodEnables or disables the use of warnings in the Log object.  
    Public MethodExports the log to a file in CSV (Comma-Separated Values) format using the same format as the CSV export from HttpWatch version 6.x and earlier.  
    Public MethodExports a specified list of data fields in CSV (Comma-Separated Values) format.  
    Public MethodExports the log in HTTP Archive (HAR) format using the version 1.2 specification.  
    Public MethodProvides control over how the log is exported in the HTTP Archive (HAR) format .  
    Public MethodSaves the log to an HttpWatch log file (.hwl).  
    Top
    See Also