Option to create the FIX Engine Log file.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public bool CreateEngineLogFile { get; set; }
Visual Basic
Public Property CreateEngineLogFile As Boolean
	Get
	Set
Visual C++
public:
property bool CreateEngineLogFile {
	bool get ();
	void set (bool value);
}

See Also