Last updated: 2006-09-18

This website is based on NLog v1.0. Click here to view the documentation for other versions.

Log Filters

The following filters are available. Click on a name for full reference.

NameDescription.NET Framework.NET CFMono on WindowsMono on Unix
1.01.12.01.02.01.02.01.02.0
when Matches when the specified condition is met.
whenContains Matches when the calculated layout contains the specified substring. This filter is deprecated in favour of <when /> which is based on contitions
whenEqual 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 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 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
Webwww.nlog-project.org