Returns information about the current log file for the data logging session.
Namespace:
NationalInstruments.VeriStand.ClientAPI.Logging
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Parameters
- sessionName
- Type: System.String
Specifies the unique name of the data logging session.
- logFilePath
- Type:
System.String
%
Indicates the file path of the current log file.
- size
- Type:
System.Int64
%
Indicates the file size in bytes of the current log file.
- startTime
- Type:
System.DateTime
%
Indicates the time when the current log file was opened.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.