Click or drag to resize

ConfigurationItemFactoryConditionMethods Property

Note: This API is now obsolete.

Gets the condition method factory.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
[ObsoleteAttribute("Instead use NLog.LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2")]
public INamedItemFactory<MethodInfo, MethodInfo> ConditionMethods { get; }

Property Value

Type: INamedItemFactoryMethodInfo, MethodInfo
The condition method factory.
See Also