HttpWatch Automation Reference - Version 15.x
Using HttpWatch Automation with C# / C# - Accessing Data in a Log File
In This Topic
    C# - Accessing Data in a Log File
    In This Topic

    These sections apply to both the Log object returned by the Plugin object's Log property and to Log objects returned by the Controller object's OpenLog method.

    Overview of Data Retrieval describes the relationships between the data structures that hold the logged information.

    Using Collection Classes addresses the specific topic of iterating through the HttpWatch classes that hold collections of data objects.

     

    See Also