AppLogSettingsPath Property |
Defines the full path and file name of a file containing diagnostic log settings (in JSON format).
The running application will search for this file at runtime (every 10 seconds), and apply the logging
settings specified.
Namespace: CFX.UtilitiesAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static string SettingsPath { get; set; }Public Shared Property SettingsPath As String
Get
Set
Property Value
String
See Also