Filter Property

Summary
Gets or sets the filter that is used to determine the types of messages that are logged.
Syntax
C#
C++/CLI
public IEventLogFilter Filter { get; set; } 
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 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

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