Property IsTraceEnabled
| Improve this Doc View SourceIsTraceEnabled
Gets a value indicates whether trace is enabled
Declaration
public bool IsTraceEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if trace is enabled, otherwise false. |
Remarks
Tracing is turned off by default. To turn on tracing for this license provider only, set its Debug property to true; 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>