when Filter


Matches when the specified condition is met.

AssemblyClass.NET Framework.NET CFMono on WindowsMono on Unix
1.01.12.01.02.01.02.01.02.0
NLog.dllNLog.Filters.ConditionBasedFilter

Remarks

Conditions are expressed using a simple language described here.

Parameters:

NameTypeDescription
ActionFilterResult User-requested action to be taken when filter matches.
Conditionstring The condition expression.

Back to the filter list.