Show / Hide Table of Contents

Property IsTraceEnabled

| Improve this Doc View Source

IsTraceEnabled

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>
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest