Click or drag to resize

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.Utilities
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static string SettingsPath { get; set; }

Property Value

String
See Also