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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static string SettingsPath { get; set; }

Property Value

String
See Also