LogType enumeration
Top  Previous  Next

The LogType enumeration defines the various types of log format that may be written to the log file.

The following table lists the possible LogType values:

Const
Value
Description
XMLLogFull
0
Export to a XML file. Full log with content stream. Only this format includes the full sent/received traffic data.
XMLLogCompact
1
Export to a XML file. . Compact log without http content stream
URLListLog
2
Export only URL list. Text File.
XLSLog
3
Export to an excel file. (*.xls).Only contain some common fields(URL,method, content-type, etc.) . It doesn't include the http header and content.
HTMLLog
4
Export to a html file. (*.htm). Only contain some common fields(URL,method, content-type, etc.) It doesn't include the http header and content.
TextLog
5
Export to a text file. (*.txt). Only contain some common fields (URL,method, content-type, etc.) .It doesn't include the http header and content.
NativeLog
6

Export to a native HTTP Analyzer log file.(*.halog). The log files are up to 60% smaller. (New in V3, Recommend)
CapturedFilesToDir
7
Export captured files to a directory.