Show / Hide Table of Contents

Property Debug

| Improve this Doc View Source

Debug

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