Ads by Lake Quincy Media

Wiki Navigation

 
Gibraltar - Learn about the best analysis tool for NLog

Filters

NLog documentation is a Wiki, which allows registered users to edit its content.
If you want to contribute, please create a user account and contact Jarek to get edit access.

File:Edit.png This article is a work-in-progress.
Please help expand it.

Supported Filters

  • when filter
    - Matches when the specified condition is met.
  • whenContains filter
    - Matches when the calculated layout contains the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
  • whenEqual filter
    - Matches when the calculated layout is equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
  • whenNotContains filter
    - Matches when the calculated layout does NOT contain the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
  • whenNotEqual filter
    - Matches when the calculated layout is NOT equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.