[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| MessageFilterExpression(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
| |
| MessageFilterExpression(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
|
See Also