Set and get the log file. By default, there is no log file specified and no logs are written to the log file.

Simply set a valid log file here to enable logging.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string LogFile { get; set; }
Visual Basic (Declaration)
Public Shared Property LogFile As String
Visual C++
public:
static property String^ LogFile {
	String^ get ();
	void set (String^ value);
}

See Also