Click or drag to resize

LoggingConfigurationVariables Property

Gets the variables defined in the configuration or assigned from API

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public IDictionary<string, Layout> Variables { get; }

Property Value

Type: IDictionaryString, Layout
Remarks
Name is case insensitive.
See Also