NurApiSetLogToStdout Method

Set log to stdout.

Definition

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

Parameters

enable  Boolean
If set to true, all enabled logs are written also to stdout.

Remarks

LogEvents are not sent to application if this is enabled

See Also