Click or drag to resize

ConfigurationItemFactoryAmbientProperties Property

Note: This API is now obsolete.

Gets the ambient property 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<LayoutRenderer, Type> AmbientProperties { get; }

Property Value

Type: INamedItemFactoryLayoutRenderer, Type
The ambient property factory.
See Also