←Select platform

Error Property

Summary

Gets a value indicating whether to log 'error' messages

Syntax

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

Property Value

true to log 'information' 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