VLSsetTraceLevel
Description
This function sets the trace levels.
Syntax
LS_STATUS_CODE VLSsetTraceLevel (
int traceLevel );
Argument | Description |
traceLevel |
The default value of traceLevel is VLS_NO_TRACE. Other valid values are: >VLS_TRACE_LICENSE >VLS_TRACE_FUNCTIONS >VLS_TRACE_ERRORS >VLS_TRACE_ALL |
Returns
The status code LS_SUCCESS is returned if successful. Otherwise, it will return the following error codes:
Error Code |
Description |
VLS_CALLING_ERROR |
Could not open msgFile. |
For a complete list of the error codes, see Licensing Library Error and Result Codes.