<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > LoggerEntryCollection Class > LoggerEntryCollection Methods > LoggerEntryCollection.SaveAs Method |
Saves the logger entries to a file in the specified format.
[Visual Basic]
Public Sub SaveAs( _
ByVal file As String, _
ByVal fileFormat As LogExportFormat _
)
[C#]
public int SaveAs(
string file,
LogExportFormat fileFormat
);
file
The file name to be used to store the logger entries.
fileFormat
The file name to be used to store the logger entries.
0 on success.
Supported Formats are ARL, CSV and HTML
LoggerEntryCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]