DFSLink Developer Documentation

AExternalData.openLogFile Method (String, Boolean)

Opens a log file with the given name in the specified mode.

public abstract StreamWriter openLogFile(
   string name,
   bool append
);

Parameters

name
The name of the file (name.extension).
append
Append data to an existing file or overwrite the file.

Return Value

A StreamWriter object.

See Also

AExternalData Class | dfslink Namespace | AExternalData.openLogFile Overload List