Trace Logging API
The tracing calls are placed in the RMS client library to help diagnose the situations, like errors and failures. You can enable tracing of the internal operations, such as function calls, errors, and invalid licenses, to log the flow of activities performed.
By default, the tracing operation is disabled for the licensing library.
Given below is the list of the API functions:
Function | Description |
---|---|
VLSsetTraceLevel | Sets the tracing level. |
VLSsetUserTraceFile | Sets the location for storing the tracing output. |
VLSsetTraceHandler | Allows defining custom trace handler function. |