 | XmlLoggingConfigurationFileNamesToWatch Property |
Gets the collection of file names which should be watched for changes by NLog.
This is the list of configuration files processed.
If the autoReload attribute is not set it returns empty collection.
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic override IEnumerable<string> FileNamesToWatch { get; }
Public Overrides ReadOnly Property FileNamesToWatch As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableString
See Also