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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static string SettingsPath { get; set; }
Public Shared Property SettingsPath As String
Get
Set
Property Value
String
See Also