NurApiSetLogToFile Method

Enables log generation to file. Default is "NurApiLog.txt" in to app working folder
To set path use SetLogFilePath(String)

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void SetLogToFile(
	bool enable
)

Parameters

enable  Boolean
Set true if logs are generated to file

See Also