Set the tracing level for mobile workflow client applications. When mobile workflow tracing is enabled, messages appear as .txt files in <UnwiredPlatform_InstallDir>\UnwiredPlatform\Servers\UnwiredServer\logs\WorkflowClient.
<Module Name="Workflow Client" Level="<traceLevel>" Desc="<myWorkflowDescription>" />
These are the available trace levels:
Level | Messages logged |
---|---|
All | Complete system information |
Trace | Finer-grained informational events than debug |
Debug | Very fine-grained system information, warnings, and all errors |
Info | General system information, warnings, and all errors |
Warn | Warnings and all errors |
Error | Errors only |
Off | Do not record any messages |