NurApiLog(Int32, String) Method

Writes text to log for specified level.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void Log(
	int level,
	string txt
)

Parameters

level  Int32
Set logging level mask: LOG_VERBOSE,LOG_ERROR,LOG_USER,LOG_DATA,LOG_ALL
txt  String
Text line to log

Remarks

See Also