Click or drag to resize

FixEngineBackupLogFile Method

Backups engine's log file under the given name and opens a new one.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void BackupLogFile(
	string backupFilePath
)

Parameters

backupFilePath  String
The current engine's log will be moved to this path.
See Also