MessageFilterExpression ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Defines an expression used for log message filtering. Important: it is not a good practice to create many different scopes as it leads to creation of many assemblies dynamically
Inheritance Hierarchy

OnlineSystem Object
  NFX.Parsing CompilingExpressionEvaluator Destination, OnlineBoolean, Message 
    NFX.Log MessageFilterExpression

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class MessageFilterExpression : CompilingExpressionEvaluator<Destination, bool, Message>
See Also