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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly