NurApiSetLogToFile Method
Enables log generation to file. Default is "NurApiLog.txt" in to app working folder
To set path use
SetLogFilePath(String)Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void SetLogToFile(
bool enable
)
Parameters
- enable Boolean
- Set true if logs are generated to file
Reference
SetLogToFile(Boolean)