 | 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; }
<ObsoleteAttribute("Instead use NLog.LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2")>
Public ReadOnly Property AmbientProperties As INamedItemFactory(Of LayoutRenderer, Type)
Get
Dim instance As ConfigurationItemFactory
Dim value As INamedItemFactory(Of LayoutRenderer, Type)
value = instance.AmbientProperties
[<ObsoleteAttribute("Instead use NLog.LogManager.Setup().SetupExtensions(). Marked obsolete with NLog v5.2")>]
member AmbientProperties : INamedItemFactory<LayoutRenderer, Type> with get
Property Value
Type:
INamedItemFactoryLayoutRenderer,
TypeThe ambient property factory.
See Also