EnableTracing()

Description

This method enables SKIM library tracing for a given trace type. Execution traces are generated to a file and standard output. Trace files are created in the current execution directory. If a given trace type is already enabled then this method will not have any effect.

Syntax

static void EnableTracing(int traceType);

Parameters

The input parameters are shown in the next table. There are no input/output parameters.

Argument

Description

traceType

Possible values:
SKIM_SUCCESS_TRACE
SKIM_ERROR_TRACE

Return Values

None.