MessageFilterExpression Constructor NFX Class Library

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

Overload List

  NameDescription
Public methodMessageFilterExpression(String)
Creates a new expression in a default logging filter scope. This .ctor will fail if at least one expression from this scope has already been compiled
Public methodMessageFilterExpression(String, String, IEnumerable String , IEnumerable String )
Use this .ctor to specify a different scope name. Every unique scope name gets compiled into a new assembly, consequently it is not a good practice to create many different scopes. This .ctor will fail if at least one expression from this scope has already been compiled
Back to Top
See Also