Click or drag to resize

LogConfigTargetFile Property

Gets or sets the path to the log file.

Namespace:  Openfin.Desktop.Logging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax
C#
public string TargetFile { get; set; }

Property Value

Type: String
Remarks
By default, log files will occur in the subdirectory OpenFin\Logs of the user LocalAppData directory. To specify a different directory, set this property with an absolute path.
See Also