In This Topic
Exports 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.
Syntax
'Declaration
Public Sub ExportCSV( _
ByVal As String _
)
public void ExportCSV(
string
)
Parameters
- fileName
- The name of the file to which the CSV export should be written.
Requirements
See Also