VeriStand .NET API Reference

TextLogFile Members

The TextLogFile type exposes the following members.

NameDescription
TextLogFile Initializes a new instance of the TextLogFile class.

Methods

NameDescription
AddChannel
Overloaded. Adds the specified channel to the list of channels to log.
EqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
ToStringReturns a String that represents the current Object. (Inherited from Object.)

Properties

NameDescription
BaseFilePath Gets or sets a value indicating the base file path used to specify the log file path (Inherited from LogFile.)
Channels Gets a value indicating the channels to log
DecimalPlaces Gets or sets a value indicating the number of decimal places used when converting the numeric log data to string
Delimiter Gets or sets a value indicating the delimiter between columns in the text file
FileConflictOperation Gets or sets a value indicating the operation to take if a file already exists at the specified path (Inherited from LogFile.)
HeaderText Gets or sets a value indicating the header text to insert at the beginning of the text log file.

See Also

Log in to get a better experience