←Select platform

Debug Property

Summary

Gets a value indicating whether to log 'debug' messages

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("debug", DefaultValue=true, IsRequired=false)] 
public bool Debug { get; } 
  
<ConfigurationPropertyAttribute(IsRequired=False,  
   Name="debug",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=False,  
   IsKey=False)> 
Public ReadOnly Property Debug As Boolean 
[ConfigurationPropertyAttribute(IsRequired=false,  
   Name="debug",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsKey=false)] 
public: 
property bool Debug { 
   bool get(); 
} 

Property Value

true to log 'debug' messages; otherwise, it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly