Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Log(Int
32, 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#
Copy
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
Use
Log(Int32, Func
String
)
instead
See Also
Reference
NurApi Class
Log Overload
NurApiDotNet Namespace
In This Article
Definition
Remarks
See Also