Filter Property

Summary
Gets or sets the filter that is used to determine the types of messages that are logged.
Syntax
C#
VB
C++
public IEventLogFilter Filter { get; set; } 
  
Public Property Filter As IEventLogFilter 
public: 
property IEventLogFilter^ Filter { 
   IEventLogFilter^ get(); 
   void set (    IEventLogFilter^ ); 
} 

Property Value

The IEventLogFilter that determines the types of messages that are logged.

Remarks

The filter is used to control which of the following messages are logged: Information, Warning, Error, Debug, or Audit.

Requirements

Target Platforms

See Also

Reference

Logger Class

Logger Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.