Property Debug
| Improve this Doc View SourceDebug
Gets or sets a value to turn on/off tracing.
Declaration
public bool Debug { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true to turn on tracing of this license provider, otherwise false. |
Remarks
To turn on tracing for all license providers globally, add the following section to your application configuration file:
<system.diagnostics>
<switches>
<add name="DevZest.Licensing" value="true"/>
</switches>
</system.diagnostics>