DFSLink Developer Documentation

MessageProcessor.openLogFile Method

Opens a log file in append or overwrite mode. The file handle are kept in swLog. swLog If there is also a file open, the file will be closed and reopened in append mode.

Overload List

Opens a log file in append or overwrite mode. The file handle are kept in swLog. swLog If there is also a file open, the file will be closed and reopened in append mode.

public override StreamWriter openLogFile(bool);

Opens a log file with the specfied name in append or overwrite mode. The file handle are kept in swLog. swLog If there is also a file open, the file will be closed and reopened in append mode.

public override StreamWriter openLogFile(string,bool);

See Also

MessageProcessor Class | dfslink Namespace